feat(SW-243): refactor
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user