From e40f07211f5f15dcb138e2520a76d13afd3c0cfd Mon Sep 17 00:00:00 2001 From: FifthWit Date: Thu, 30 Jan 2025 10:44:30 -0600 Subject: formatted with prettier --- frontend/src/pages/Homepage.tsx | 39 ++++++++++++++++++++++++--------------- 1 file changed, 24 insertions(+), 15 deletions(-) (limited to 'frontend/src/pages/Homepage.tsx') diff --git a/frontend/src/pages/Homepage.tsx b/frontend/src/pages/Homepage.tsx index 4f46af5..859af52 100644 --- a/frontend/src/pages/Homepage.tsx +++ b/frontend/src/pages/Homepage.tsx @@ -2,21 +2,30 @@ import React from 'react'; import { Helmet } from 'react-helmet'; const Homepage: React.FC = () => { - - return ( -
- - LPHUB | Homepage - -
-

-

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 information and competitive leaderboards.

-

The website should feel intuitive to navigate around. For any type of feedback, reach us at LPHUB Discord server.

-

By using LPHUB, you agree that you have read the 'Leaderboard Rules' and the 'About LPHUB' pages.

-
-
- ); + return ( +
+ + LPHUB | Homepage + +
+

+

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 + information and competitive leaderboards. +

+

+ The website should feel intuitive to navigate around. For any type of + feedback, reach us at LPHUB Discord server. +

+

+ By using LPHUB, you agree that you have read the 'Leaderboard Rules' + and the 'About LPHUB' pages. +

+
+
+ ); }; export default Homepage; -- cgit v1.2.3