Update site navigation styles and cleanup page imports
The navigation menu item styles were adjusted for better appearance. Also, the spacing in the NavigationMenuList was increased for better user experience. Moreover, a few unused imports in page.tsx were removed to clean up the code. Additionally, the button class formatting was adjusted for better readability and consistency.
This commit is contained in:
@@ -53,7 +53,7 @@ export function SiteNavigation() {
|
||||
'rounded-full border border-gray-100 px-4 py-2 dark:border-primary/10'
|
||||
}
|
||||
>
|
||||
<NavigationMenuList className={'space-x-1'}>
|
||||
<NavigationMenuList className={'space-x-4'}>
|
||||
{NavItems}
|
||||
</NavigationMenuList>
|
||||
</NavigationMenu>
|
||||
|
||||
Reference in New Issue
Block a user