fix: add correct routing

This commit is contained in:
Christel Westerberg
2024-04-12 13:48:50 +02:00
parent a99b2d3f08
commit 55fe30c77a
11 changed files with 59 additions and 27 deletions

View File

@@ -10,7 +10,9 @@ export default function Overview({ user }: OverviewProps) {
return (
<section className={styles.container}>
<header>
<Title uppercase>Good morning</Title>
<Title as="h2" uppercase>
Good morning
</Title>
</header>
<section className={styles.overview}>
<Friend user={user} />