feat(SW-243): change title to subtitle
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
import Button from "@/components/TempDesignSystem/Button"
|
import Button from "@/components/TempDesignSystem/Button"
|
||||||
import Link from "@/components/TempDesignSystem/Link"
|
import Link from "@/components/TempDesignSystem/Link"
|
||||||
import Body from "@/components/TempDesignSystem/Text/Body"
|
import Body from "@/components/TempDesignSystem/Text/Body"
|
||||||
|
import Subtitle from "@/components/TempDesignSystem/Text/Subtitle"
|
||||||
import Title from "@/components/TempDesignSystem/Text/Title"
|
import Title from "@/components/TempDesignSystem/Text/Title"
|
||||||
import { getIntl } from "@/i18n"
|
import { getIntl } from "@/i18n"
|
||||||
|
|
||||||
@@ -17,9 +18,9 @@ export default async function IntroSection({ email }: IntroSectionProps) {
|
|||||||
<Title textAlign="center" as="h2">
|
<Title textAlign="center" as="h2">
|
||||||
{intl.formatMessage({ id: "Thank you" })}
|
{intl.formatMessage({ id: "Thank you" })}
|
||||||
</Title>
|
</Title>
|
||||||
<Title textAlign="center" as="h3">
|
<Subtitle textAlign="center" textTransform="uppercase">
|
||||||
{intl.formatMessage({ id: "We look forward to your visit!" })}
|
{intl.formatMessage({ id: "We look forward to your visit!" })}
|
||||||
</Title>
|
</Subtitle>
|
||||||
</div>
|
</div>
|
||||||
<Body color="burgundy" textAlign="center">
|
<Body color="burgundy" textAlign="center">
|
||||||
{intl.formatMessage({
|
{intl.formatMessage({
|
||||||
|
|||||||
Reference in New Issue
Block a user