diff options
Diffstat (limited to 'frontend/src/components')
| -rw-r--r-- | frontend/src/components/MenuItem.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/MenuItem.tsx b/frontend/src/components/MenuItem.tsx index d5be2c2..29e397c 100644 --- a/frontend/src/components/MenuItem.tsx +++ b/frontend/src/components/MenuItem.tsx @@ -15,7 +15,7 @@ export function MenuItem({ path, label, icon }: Props) { return ( <Link href={path} - className={`flex items-center space-x-2 px-3 py-2 rounded-md text-sm font-medium transition-colors ${ + className={`flex items-center sm:space-x-2 px-3 py-2 rounded-md text-sm font-medium transition-colors ${ isActive ? "bg-blue-100 text-blue-700" : "text-gray-600 hover:text-gray-900 hover:bg-gray-100" |
