feat(SW-706): make eslint rule 'formatjs/no-literal-string-in-jsx' pass
This commit is contained in:
@@ -16,7 +16,9 @@ export default function Card({ title, children }: CardProps) {
|
||||
src="/_static/img/rewards/loyalty-award.png"
|
||||
width={113}
|
||||
height={125}
|
||||
alt={intl.formatMessage({ id: "Surprise!" })}
|
||||
alt={intl.formatMessage({
|
||||
defaultMessage: "Surprise!",
|
||||
})}
|
||||
/>
|
||||
<header>
|
||||
<Title textAlign="center" level="h4">
|
||||
|
||||
Reference in New Issue
Block a user