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/About.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/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> |