From 69aeb7889ac136a8e4fbe7de1330298e30345479 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Wed, 22 Oct 2025 13:59:12 +0400 Subject: feat/frontend: switch to vite, update node to v22 (#281) --- frontend/src/pages/Homepage.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'frontend/src/pages/Homepage.tsx') diff --git a/frontend/src/pages/Homepage.tsx b/frontend/src/pages/Homepage.tsx index 4f46af5..3f30d9a 100644 --- a/frontend/src/pages/Homepage.tsx +++ b/frontend/src/pages/Homepage.tsx @@ -1,22 +1,22 @@ -import React from 'react'; -import { Helmet } from 'react-helmet'; +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