diff --git a/src/assets/diamond.png b/src/assets/diamond.png new file mode 100644 index 000000000..6123398e9 Binary files /dev/null and b/src/assets/diamond.png differ diff --git a/src/components/modals/common/SpeedingDiamond.tsx b/src/components/modals/common/SpeedingDiamond.tsx index d41eef5f6..7a3ef00dd 100644 --- a/src/components/modals/common/SpeedingDiamond.tsx +++ b/src/components/modals/common/SpeedingDiamond.tsx @@ -10,6 +10,8 @@ import AnimatedIconWithPreview from '../../common/AnimatedIconWithPreview.tsx'; import styles from './SpeedingDiamond.module.scss'; +import diamondPreviewUrl from '../../../assets/diamond.png'; + interface OwnProps { onMouseMove: NoneToVoidFunction; } @@ -65,6 +67,7 @@ function SpeedingDiamond({ onMouseMove }: OwnProps) { speed={speed} size={130} tgsUrl={LOCAL_TGS_URLS.Diamond} + previewUrl={diamondPreviewUrl} nonInteractive noLoop={false} />