diff options
| author | FifthWit <fifthwitbusiness@gmail.com> | 2025-08-14 14:01:01 -0500 |
|---|---|---|
| committer | FifthWit <fifthwitbusiness@gmail.com> | 2025-08-14 14:01:01 -0500 |
| commit | 6a8b909afbe1560be95f7ad0a3e19cfe4717aec6 (patch) | |
| tree | 83cdbe3b5b7e5b83d5f0d08964634cc942264072 /frontend/src/pages/Rules.tsx | |
| parent | Switched to Vite as build tool (diff) | |
| download | lphub-6a8b909afbe1560be95f7ad0a3e19cfe4717aec6.tar.gz lphub-6a8b909afbe1560be95f7ad0a3e19cfe4717aec6.tar.bz2 lphub-6a8b909afbe1560be95f7ad0a3e19cfe4717aec6.zip | |
Switched to tailwind/vite
Diffstat (limited to 'frontend/src/pages/Rules.tsx')
| -rw-r--r-- | frontend/src/pages/Rules.tsx | 4 |
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"; | |||
| 2 | import ReactMarkdown from "react-markdown"; | 2 | import ReactMarkdown from "react-markdown"; |
| 3 | import { Helmet } from "react-helmet"; | 3 | import { Helmet } from "react-helmet"; |
| 4 | 4 | ||
| 5 | import "@css/Rules.css"; | ||
| 6 | |||
| 7 | const Rules: React.FC = () => { | 5 | const 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> |