aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/app/about/page.tsx4
-rw-r--r--src/app/globals.css4
2 files changed, 3 insertions, 5 deletions
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 (
- <>
+ <div>
<GlobalStyle />
<Container>
<Title>About</Title>
@@ -224,7 +224,7 @@ const AboutPage: React.FC = () => {
</Video>
<BackLink href="/">Back to player</BackLink>
</Container>
- </>
+ </div>
);
};
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;
+
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage