chore: update my stays to new MVP design
This commit is contained in:
@@ -10,7 +10,7 @@ export default function Header({ title, subtitle }: HeaderProps) {
|
||||
<Title as="h3" level="h2" weight="semiBold" uppercase>
|
||||
{title}
|
||||
</Title>
|
||||
<Title as="h5" level="h3" weight="regular" className={styles.subtitle}>
|
||||
<Title as="h5" level="h3" weight="regular">
|
||||
{subtitle}
|
||||
</Title>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user