Update heading on landing page

pull/1060/head
Anonymous 2024-08-28 18:18:23 +08:00 committed by Harish Vishwakarma
parent 56a0fb7c6a
commit 8b1aba39dd
1 changed files with 1 additions and 5 deletions

View File

@ -166,11 +166,7 @@ export default observer(() => {
<Text id="app.navigation.tabs.home" />
</PageHeader>
<div className={styles.homeScreen}>
<h3>
<Text id="app.special.modals.onboarding.welcome" />
<br />
<img src={wideSVG} />
</h3>
<h3>Welcome to PepChat</h3>
<div className={styles.actions}>
{servers.map(renderServerButton)}
</div>