feat(SW-243): refactor

This commit is contained in:
Fredrik Thorsson
2024-08-20 15:26:35 +02:00
parent 65509622d2
commit 56a85dcde7
5 changed files with 16 additions and 14 deletions

View File

@@ -35,7 +35,7 @@ export default async function IntroSection({ email }: IntroSectionProps) {
intent="secondary"
className={styles.button}
>
Download the Scandic app
{intl.formatMessage({ id: "Download the Scandic app" })}
</Button>
<Button
size="small"
@@ -43,7 +43,7 @@ export default async function IntroSection({ email }: IntroSectionProps) {
intent="secondary"
className={styles.button}
>
View your booking
{intl.formatMessage({ id: "View your booking" })}
</Button>
</div>
</section>