diff --git a/components/layout/navItems.tsx b/components/layout/navItems.tsx index aa99c81..e210dd1 100644 --- a/components/layout/navItems.tsx +++ b/components/layout/navItems.tsx @@ -7,10 +7,10 @@ type NavItem = { isExternal?: boolean } -const navIconsClassName = 'w-6 h-6' +const navIconsClassName = 'w-6 h-6 lg:w-4 lg:h-4' export const navItems: NavItem[] = [ - { href: '/', label: 'Home', icon: }, + { href: '/', label: 'Home', icon: }, { href: '/about', label: 'About', icon: }, { href: '/categories', label: 'Categories', icon: }, { href: '/tags', label: 'Tags', icon: },