From 0c4520544bb5ecc63e833f5e344cf8cd071854cb Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 26 Dec 2024 18:06:50 +0000 Subject: remove tailwindcss styled componenets is used in favor of it for this usecase --- src/app/about/page.tsx | 4 ++-- src/app/globals.css | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 881e5a2..2e19d68 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -75,7 +75,7 @@ const lyrics = `[ti:CRUSH] const AboutPage: React.FC = () => { return ( - <> +
About @@ -224,7 +224,7 @@ const AboutPage: React.FC = () => { Back to player - +
); }; diff --git a/src/app/globals.css b/src/app/globals.css index a90f074..139597f 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -1,4 +1,2 @@ -@tailwind base; -@tailwind components; -@tailwind utilities; + -- cgit v1.2.3