diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-09-04 21:49:15 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-09-04 21:49:15 +0300 |
| commit | df8cfa31a20c7004156b77be58957515e7ce8989 (patch) | |
| tree | b1c821e47519cd10195d6faa9d940e04afb09519 /frontend/src/pages | |
| parent | refactor: add basic homepage (diff) | |
| download | lphub-df8cfa31a20c7004156b77be58957515e7ce8989.tar.gz lphub-df8cfa31a20c7004156b77be58957515e7ce8989.tar.bz2 lphub-df8cfa31a20c7004156b77be58957515e7ce8989.zip | |
refactor: beta homepage text
Diffstat (limited to 'frontend/src/pages')
| -rw-r--r-- | frontend/src/pages/Homepage.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/pages/Homepage.tsx b/frontend/src/pages/Homepage.tsx index a5429cb..62a8f1c 100644 --- a/frontend/src/pages/Homepage.tsx +++ b/frontend/src/pages/Homepage.tsx | |||
| @@ -6,9 +6,9 @@ const Homepage: React.FC = () => { | |||
| 6 | return ( | 6 | return ( |
| 7 | <main> | 7 | <main> |
| 8 | <section> | 8 | <section> |
| 9 | <h1><img src={PortalIcon}/>Welcome to Least Portals Hub!</h1> | 9 | <h1><img src={PortalIcon} alt="lphub"/>Welcome to Least Portals Hub!</h1> |
| 10 | <p>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.</p> | 10 | <p>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.</p> |
| 11 | <p>Site should feel intuitive to navigate around. For any type of feedback, reach us at LPHUB Discord server.</p> | 11 | <p>The website should feel intuitive to navigate around. For any type of feedback, reach us at LPHUB Discord server.</p> |
| 12 | <p>By using LPHUB, you agree that you have read the 'Leaderboard Rules' and the 'About P2LP' pages.</p> | 12 | <p>By using LPHUB, you agree that you have read the 'Leaderboard Rules' and the 'About P2LP' pages.</p> |
| 13 | </section> | 13 | </section> |
| 14 | </main> | 14 | </main> |