Merged in chore/eslint-curly-braces (pull request #3304)
Chore/eslint curly braces * Add eslint rule for curly braces * run eslint --fix for all files Approved-by: Linus Flood
This commit is contained in:
@@ -38,7 +38,7 @@ export default async function Home(props: PageArgs<LangParams>) {
|
||||
<section className={styles.mainContent}>
|
||||
<div className={styles.contentContainer}>
|
||||
<section className={styles.bookingWidgetWrapper}>
|
||||
<Typography variant={"Title/lg"}>
|
||||
<Typography variant="Title/lg">
|
||||
<h1 className={styles.heading}>
|
||||
{intl.formatMessage({
|
||||
id: "partnerSas.startPage.heading",
|
||||
@@ -64,7 +64,7 @@ export default async function Home(props: PageArgs<LangParams>) {
|
||||
defaultMessage:
|
||||
"Collect new SAS EuroBonus points with your bookings.",
|
||||
})}
|
||||
theme={"SAS-Blue"}
|
||||
theme="SAS-Blue"
|
||||
icon={IconName.Diamond}
|
||||
/>
|
||||
<InfoBox
|
||||
@@ -77,7 +77,7 @@ export default async function Home(props: PageArgs<LangParams>) {
|
||||
defaultMessage:
|
||||
"Then use your points to pay for your next Scandic stay!",
|
||||
})}
|
||||
theme={"SAS-Blue"}
|
||||
theme="SAS-Blue"
|
||||
icon={IconName.CreditCard}
|
||||
/>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user