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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/app/about') 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 - +
); }; -- cgit v1.2.3