fix: align styles
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user