fix: adjust margin for navigation in SettingsPage component

This commit is contained in:
Sam Chau
2025-01-09 16:01:39 +10:30
parent ba846b9d61
commit f6b271e8e8

View File

@@ -15,7 +15,7 @@ const SettingsPage = () => {
return (
<div>
<nav className='flex space-x-4 mb-4'>
<nav className='flex space-x-4 my-4'>
<div
onClick={() => handleTabChange('git')}
ref={el => (tabsRef.current['git'] = el)}