From 99d19214570845faa9698e3cff80c2f95d2afa6a Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 23 Sep 2025 15:08:26 -0700 Subject: chore: migrate tailwind 3 to tailwind 4 --- frontend/src/components/NavBar.tsx | 2 +- frontend/src/components/displays/GenericScoreDisplay.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend/src/components') 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 }: {
{/* Logo */}
-
+
M
Mirage diff --git a/frontend/src/components/displays/GenericScoreDisplay.tsx b/frontend/src/components/displays/GenericScoreDisplay.tsx index 41a125c..003f022 100644 --- a/frontend/src/components/displays/GenericScoreDisplay.tsx +++ b/frontend/src/components/displays/GenericScoreDisplay.tsx @@ -373,7 +373,7 @@ const ScoreDisplay: React.FC = ({ return (
-
+
-- cgit v1.2.3