diff options
Diffstat (limited to 'frontend/src/components/NavBar.tsx')
| -rw-r--r-- | frontend/src/components/NavBar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/NavBar.tsx b/frontend/src/components/NavBar.tsx index ac70dfb..045705c 100644 --- a/frontend/src/components/NavBar.tsx +++ b/frontend/src/components/NavBar.tsx @@ -52,7 +52,7 @@ export const NavBar = ({ currentPage, user, handleLogout }: { <div className="flex items-center justify-between h-16"> {/* Logo */} <div className="flex items-center space-x-3"> - <div className="w-8 h-8 bg-gradient-to-r from-violet-600 to-violet-700 rounded-lg flex items-center justify-center shadow-lg"> + <div className="w-8 h-8 bg-linear-to-r from-violet-600 to-violet-700 rounded-lg flex items-center justify-center shadow-lg"> <span className="text-white font-bold text-sm">M</span> </div> <span className="text-white font-semibold text-lg">Mirage</span> |
