diff --git a/src/components/SVGContent.svelte b/src/components/SVGContent.svelte index dccbeea..af449f1 100644 --- a/src/components/SVGContent.svelte +++ b/src/components/SVGContent.svelte @@ -773,7 +773,7 @@ } :global(.videoOverlay) { - background: url("assets/play.png"); + background: url("play.png"); background-position: center; background-repeat: no-repeat; background-size: 66%;