diff --git a/src/components/Blob.astro b/src/components/Blob.astro index cadc5bf3..dcef0fa6 100644 --- a/src/components/Blob.astro +++ b/src/components/Blob.astro @@ -65,7 +65,7 @@ const zIndex = isGrad ? 100 : 90; const { default: svg } = await import (`../assets/images/blobs/blob-${kind}.svg?raw`); --- -