aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/pages/Rules.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/pages/Rules.tsx')
-rw-r--r--frontend/src/pages/Rules.tsx4
1 files changed, 1 insertions, 3 deletions
diff --git a/frontend/src/pages/Rules.tsx b/frontend/src/pages/Rules.tsx
index 91027a0..7cdc08b 100644
--- a/frontend/src/pages/Rules.tsx
+++ b/frontend/src/pages/Rules.tsx
@@ -2,8 +2,6 @@ import React from "react";
2import ReactMarkdown from "react-markdown"; 2import ReactMarkdown from "react-markdown";
3import { Helmet } from "react-helmet"; 3import { Helmet } from "react-helmet";
4 4
5import "@css/Rules.css";
6
7const Rules: React.FC = () => { 5const Rules: React.FC = () => {
8 const [rulesText, setRulesText] = React.useState<string>(""); 6 const [rulesText, setRulesText] = React.useState<string>("");
9 7
@@ -27,7 +25,7 @@ const Rules: React.FC = () => {
27 }, []); 25 }, []);
28 26
29 return ( 27 return (
30 <main> 28 <main className="p-8 text-foreground font-[--font-barlow-semicondensed-regular] prose prose-invert max-w-none">
31 <Helmet> 29 <Helmet>
32 <title>LPHUB | Rules</title> 30 <title>LPHUB | Rules</title>
33 </Helmet> 31 </Helmet>