diff --git a/ui/src/app/components/ArcadeDialog.tsx b/ui/src/app/components/ArcadeDialog.tsx
index 99b9f21a4..0ed9d4d93 100644
--- a/ui/src/app/components/ArcadeDialog.tsx
+++ b/ui/src/app/components/ArcadeDialog.tsx
@@ -185,6 +185,7 @@ export const ArcadeDialog = () => {
Choose an adventurer
- )} - > - ); -} diff --git a/ui/src/app/components/animations/PixelatedImage.tsx b/ui/src/app/components/animations/PixelatedImage.tsx index 6692cc55f..1c9db0272 100644 --- a/ui/src/app/components/animations/PixelatedImage.tsx +++ b/ui/src/app/components/animations/PixelatedImage.tsx @@ -5,6 +5,7 @@ interface PixelatedImageProps { pixelSize: number; setImageLoading?: (imageLoaded: boolean) => void; fill?: boolean; + pulsate?: boolean; } const PixelatedImage: React.FC