From 6a8b909afbe1560be95f7ad0a3e19cfe4717aec6 Mon Sep 17 00:00:00 2001 From: FifthWit Date: Thu, 14 Aug 2025 14:01:01 -0500 Subject: Switched to tailwind/vite --- frontend/src/pages/About.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'frontend/src/pages/About.tsx') 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"; import ReactMarkdown from "react-markdown"; import { Helmet } from "react-helmet"; -import "@css/About.css"; - const About: React.FC = () => { const [aboutText, setAboutText] = React.useState(""); @@ -26,7 +24,7 @@ const About: React.FC = () => { }, []); return ( -
+
LPHUB | About -- cgit v1.2.3