diff options
Diffstat (limited to 'frontend/src/pages/About.tsx')
| -rw-r--r-- | frontend/src/pages/About.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/frontend/src/pages/About.tsx b/frontend/src/pages/About.tsx index 5a69bfe..a5bb291 100644 --- a/frontend/src/pages/About.tsx +++ b/frontend/src/pages/About.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/About.css"; | ||
| 6 | |||
| 7 | const About: React.FC = () => { | 5 | const About: React.FC = () => { |
| 8 | const [aboutText, setAboutText] = React.useState<string>(""); | 6 | const [aboutText, setAboutText] = React.useState<string>(""); |
| 9 | 7 | ||
| @@ -26,7 +24,7 @@ const About: React.FC = () => { | |||
| 26 | }, []); | 24 | }, []); |
| 27 | 25 | ||
| 28 | return ( | 26 | return ( |
| 29 | <div id="about"> | 27 | <div className="p-8 text-foreground font-[--font-barlow-semicondensed-regular] prose prose-invert max-w-none"> |
| 30 | <Helmet> | 28 | <Helmet> |
| 31 | <title>LPHUB | About</title> | 29 | <title>LPHUB | About</title> |
| 32 | </Helmet> | 30 | </Helmet> |