mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-22 10:51:02 +01:00
fix: adjust margin for navigation in SettingsPage component
This commit is contained in:
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user