aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/pages/About.tsx
diff options
context:
space:
mode:
authorFifthWit <fifthwitbusiness@gmail.com>2025-08-14 14:01:01 -0500
committerFifthWit <fifthwitbusiness@gmail.com>2025-08-14 14:01:01 -0500
commit6a8b909afbe1560be95f7ad0a3e19cfe4717aec6 (patch)
tree83cdbe3b5b7e5b83d5f0d08964634cc942264072 /frontend/src/pages/About.tsx
parentSwitched to Vite as build tool (diff)
downloadlphub-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.tsx4
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";
2import ReactMarkdown from "react-markdown"; 2import ReactMarkdown from "react-markdown";
3import { Helmet } from "react-helmet"; 3import { Helmet } from "react-helmet";
4 4
5import "@css/About.css";
6
7const About: React.FC = () => { 5const 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>