From 32d3aeb1cf045d62aecf0a23a97c93cf050f2db7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Thu, 8 Dec 2022 16:43:33 +0100 Subject: [PATCH] fix: play button (live...) --- src/components/SVGContent.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%;