Update: Continued work on Friends tab + fixes

This commit is contained in:
nizune
2021-07-02 13:56:38 +02:00
parent 05ab27b990
commit 526aa72c0f
7 changed files with 29 additions and 18 deletions

View File

@@ -3,13 +3,16 @@ import { Link } from "react-router-dom";
import { Text } from "preact-i18n";
import Header from "../../components/ui/Header";
import { Home as HomeIcon } from "@styled-icons/boxicons-solid";
import wideSVG from '../../assets/wide.svg';
export default function Home() {
return (
<div className={styles.home}>
<Header placement="primary"><Text id="app.navigation.tabs.home" /></Header>
<Header placement="primary">
<HomeIcon size={24} />
<Text id="app.navigation.tabs.home" />
</Header>
<h3>
<Text id="app.special.modals.onboarding.welcome" /> <img src={wideSVG} />
</h3>