feat(LOY-10): dynamic icons based on reward id
This commit is contained in:
@@ -13,7 +13,7 @@ export default function Card({ title, children }: CardProps) {
|
||||
return (
|
||||
<div className={styles.content}>
|
||||
<Image
|
||||
src="/_static/img/loyalty-award.png"
|
||||
src="/_static/img/rewards/loyalty-award.png"
|
||||
width={113}
|
||||
height={125}
|
||||
alt={intl.formatMessage({ id: "Surprise!" })}
|
||||
|
||||
Reference in New Issue
Block a user