From 97be0afd140c7c9e1fd03ba5ab4e486d90907129 Mon Sep 17 00:00:00 2001 From: Wolfboy248 Date: Tue, 19 Aug 2025 13:23:56 +0200 Subject: organised pages, started work on theme --- frontend/src/pages/Home/Homepage.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'frontend/src/pages/Home') diff --git a/frontend/src/pages/Home/Homepage.tsx b/frontend/src/pages/Home/Homepage.tsx index b4ac3b0..e4c2261 100644 --- a/frontend/src/pages/Home/Homepage.tsx +++ b/frontend/src/pages/Home/Homepage.tsx @@ -3,13 +3,13 @@ import { Helmet } from "react-helmet"; const Homepage: React.FC = () => { return ( -
+
LPHUB | Homepage

-

Welcome to Least Portals Hub!

+

Welcome to Least Portals Hub!

At the moment, LPHUB is in beta state. This means that the site has only the core functionalities enabled for providing both collaborative @@ -24,7 +24,7 @@ const Homepage: React.FC = () => { and the 'About LPHUB' pages.

-
+ ); }; -- cgit v1.2.3