feat(SW-243): change title to subtitle

This commit is contained in:
Fredrik Thorsson
2024-08-21 11:18:44 +02:00
parent 0362e5eff3
commit 47c1b763fc

View File

@@ -1,6 +1,7 @@
import Button from "@/components/TempDesignSystem/Button"
import Link from "@/components/TempDesignSystem/Link"
import Body from "@/components/TempDesignSystem/Text/Body"
import Subtitle from "@/components/TempDesignSystem/Text/Subtitle"
import Title from "@/components/TempDesignSystem/Text/Title"
import { getIntl } from "@/i18n"
@@ -17,9 +18,9 @@ export default async function IntroSection({ email }: IntroSectionProps) {
<Title textAlign="center" as="h2">
{intl.formatMessage({ id: "Thank you" })}
</Title>
<Title textAlign="center" as="h3">
<Subtitle textAlign="center" textTransform="uppercase">
{intl.formatMessage({ id: "We look forward to your visit!" })}
</Title>
</Subtitle>
</div>
<Body color="burgundy" textAlign="center">
{intl.formatMessage({