From 44c047fd171527ad51d5e98c39a5ec0ff94de083 Mon Sep 17 00:00:00 2001 From: wearrrrr Date: Wed, 17 Jan 2024 14:47:04 -0600 Subject: [PATCH] Tiny change to UVRegistrar --- src/components/UVRegistrar.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/UVRegistrar.astro b/src/components/UVRegistrar.astro index d1c7386..4efa5e0 100644 --- a/src/components/UVRegistrar.astro +++ b/src/components/UVRegistrar.astro @@ -36,7 +36,7 @@ }); let urlText = document.createElement('p'); urlText.classList.add("url-text"); - urlText.innerText = url + urlText.innerText = window.__uv$config.decodeUrl(iframe.src.split(__uv$config.prefix)[1]); iframe.style.opacity = 1; topBar.style.opacity = 1; topBar.style.pointerEvents = "auto";