fix: change header level
This commit is contained in:
@@ -6,6 +6,7 @@ import Button from "@/components/TempDesignSystem/Button"
|
|||||||
import Link from "@/components/TempDesignSystem/Link"
|
import Link from "@/components/TempDesignSystem/Link"
|
||||||
import BiroScript from "@/components/TempDesignSystem/Text/BiroScript"
|
import BiroScript from "@/components/TempDesignSystem/Text/BiroScript"
|
||||||
import Body from "@/components/TempDesignSystem/Text/Body"
|
import Body from "@/components/TempDesignSystem/Text/Body"
|
||||||
|
import Preamble from "@/components/TempDesignSystem/Text/Preamble"
|
||||||
import Title from "@/components/TempDesignSystem/Text/Title"
|
import Title from "@/components/TempDesignSystem/Text/Title"
|
||||||
|
|
||||||
import styles from "./joinScandicFriends.module.css"
|
import styles from "./joinScandicFriends.module.css"
|
||||||
@@ -54,11 +55,13 @@ export default async function JoinScandicFriends({
|
|||||||
{content.scripted_top_title}
|
{content.scripted_top_title}
|
||||||
</BiroScript>
|
</BiroScript>
|
||||||
</div>
|
</div>
|
||||||
<Title level="h4">{content.title}</Title>
|
<Title level="h2" as="h4">
|
||||||
|
{content.title}
|
||||||
|
</Title>
|
||||||
</header>
|
</header>
|
||||||
) : null}
|
) : null}
|
||||||
|
|
||||||
<Body>{content.preamble}</Body>
|
<Preamble>{content.preamble}</Preamble>
|
||||||
|
|
||||||
{show_usp && usp.length ? (
|
{show_usp && usp.length ? (
|
||||||
<ul className={styles.usp}>
|
<ul className={styles.usp}>
|
||||||
|
|||||||
Reference in New Issue
Block a user