feat(SW-706): make eslint rule 'formatjs/no-literal-string-in-jsx' pass
This commit is contained in:
@@ -28,7 +28,9 @@ export function LogoLink() {
|
||||
className={styles.logoLink}
|
||||
href={`/${lang}`}
|
||||
onClick={handleNavigate}
|
||||
aria-label={intl.formatMessage({ id: "Back to scandichotels.com" })}
|
||||
aria-label={intl.formatMessage({
|
||||
defaultMessage: "Back to scandichotels.com",
|
||||
})}
|
||||
>
|
||||
<ScandicLogoIcon
|
||||
width="103px"
|
||||
|
||||
Reference in New Issue
Block a user