fix: align styles

This commit is contained in:
Arvid Norlin
2024-04-22 14:55:47 +02:00
parent 7b92be973c
commit b12ccfafef
11 changed files with 35 additions and 103 deletions
+3 -3
View File
@@ -7,12 +7,12 @@ import styles from "./overview.module.css"
import type { OverviewProps } from "@/types/components/myPages/myPage/overview"
export default function Overview({ user }: OverviewProps) {
export default function Overview({ user, title }: OverviewProps) {
return (
<section className={styles.container}>
<header>
<Title as="h2" uppercase>
Good morning
<Title as="h3" level="h2" uppercase className={styles.title}>
{title}
</Title>
</header>
<section className={styles.overview}>