diff --git a/apps/site/components/server/ItemFallback.tsx b/apps/site/components/server/ItemFallback.tsx index 52bc0b04..5c5a227a 100644 --- a/apps/site/components/server/ItemFallback.tsx +++ b/apps/site/components/server/ItemFallback.tsx @@ -25,7 +25,7 @@ export function ItemFallback({ {match(contentType) .with( P.when((type: string) => isAudio({ mimeType: type })), - () => , + () => , ) .with( P.when((type: string) => isVideo({ mimeType: type })), @@ -50,9 +50,9 @@ export function ItemFallback({ ) } -export function AudioFallback() { +export function AudioFallback({ size }: { size?: 'xs' | 'sm' | 'md' | 'lg' }) { return ( -
+
+
+
+