aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/components/NavBar.tsx
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-09-23 15:08:26 -0700
committerPinapelz <yukais@pinapelz.com>2025-09-23 15:08:26 -0700
commit99d19214570845faa9698e3cff80c2f95d2afa6a (patch)
tree8e416e0488d364f335b81f4ecedfc6fe99649850 /frontend/src/components/NavBar.tsx
parentaabcc5f7d6d57e502b4089dc7634b2273437bdc6 (diff)
chore: migrate tailwind 3 to tailwind 4
Diffstat (limited to 'frontend/src/components/NavBar.tsx')
-rw-r--r--frontend/src/components/NavBar.tsx2
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>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage