fix: align styles
This commit is contained in:
@@ -10,7 +10,13 @@ export default function Header({ title, subtitle, link }: HeaderProps) {
|
||||
return (
|
||||
<>
|
||||
<header className={styles.header}>
|
||||
<Title className={styles.title} as="h3" weight="semiBold" uppercase>
|
||||
<Title
|
||||
as="h3"
|
||||
level="h2"
|
||||
className={styles.title}
|
||||
weight="semiBold"
|
||||
uppercase
|
||||
>
|
||||
{title}
|
||||
</Title>
|
||||
{link && (
|
||||
|
||||
Reference in New Issue
Block a user