Merged in fix/change-footer-partnerSas-link-to-public (pull request #2964)
fix(SW-3520): Updated sas eurobonus link in footer Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -10,7 +10,7 @@ import {
|
||||
policies,
|
||||
rates,
|
||||
} from "@scandic-hotels/common/constants/routes/customerService"
|
||||
import { partnerSas } from "@scandic-hotels/common/constants/routes/myPages"
|
||||
import { sasEuroBonus } from "@scandic-hotels/common/constants/routes/sasEuroBonus"
|
||||
import Link from "@scandic-hotels/design-system/Link"
|
||||
import { Typography } from "@scandic-hotels/design-system/Typography"
|
||||
|
||||
@@ -61,7 +61,7 @@ export function FooterMenu() {
|
||||
</Typography>
|
||||
<Typography variant="Body/Paragraph/mdRegular">
|
||||
<Link
|
||||
href={routeToScandicWeb(partnerSas)[lang]}
|
||||
href={routeToScandicWeb(sasEuroBonus)[lang]}
|
||||
className={styles.link}
|
||||
>
|
||||
{intl.formatMessage({ defaultMessage: "SAS EuroBonus" })}
|
||||
|
||||
Reference in New Issue
Block a user