"use client" import { useIntl } from "react-intl" import { MaterialIcon } from "@scandic-hotels/design-system/Icons/MaterialIcon" import Link from "@scandic-hotels/design-system/Link" import { Typography } from "@scandic-hotels/design-system/Typography" import styles from "./changeNameDisclaimer.module.css" export default function ChangeNameDisclaimer() { const intl = useIntl() return (

{intl.formatMessage( { defaultMessage: "Need to update your name? Please get in touch with member service at +46 8 517 517 00 or member@scandichotels.com.", }, { phone([str]) { return ( {str} ) }, email(str) { return ( {str} ) }, } )}

) }