Merged in fix/title-centering (pull request #480)

fix: center title

Approved-by: Michael Zetterberg
This commit is contained in:
Christel Westerberg
2024-08-23 14:13:43 +00:00
committed by Michael Zetterberg

View File

@@ -29,12 +29,10 @@ export default async function LoyaltyPage() {
<MaxWidth className={styles.blocks}>
<header className={styles.header}>
<Intro>
<Title as="h2">{loyaltyPage.heading}</Title>
{loyaltyPage.preamble ? (
<Preamble>{loyaltyPage.preamble}</Preamble>
) : null}
</Intro>
<Title as="h2">{loyaltyPage.heading}</Title>
{loyaltyPage.preamble ? (
<Preamble>{loyaltyPage.preamble}</Preamble>
) : null}
{heroImage ? (
<Hero