From be1d2a4a3260946332989cdab1f6a98811665f29 Mon Sep 17 00:00:00 2001 From: foxster-mp4 Date: Sat, 25 Nov 2023 10:03:43 -0800 Subject: [PATCH] Update "Discover More On" URL --- view/app/app.js | 2 +- view/app/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/view/app/app.js b/view/app/app.js index bcfe8d4..e42a96c 100644 --- a/view/app/app.js +++ b/view/app/app.js @@ -222,6 +222,6 @@ main((json) => { const sourceTitle = source.querySelector(".row-title"); const sourceSubtitle = source.querySelector(".row-subtitle"); sourceTitle.innerText = json.name; - sourceContainer.href = `../../?source=${sourceURL}`; + sourceContainer.href = `../?source=${sourceURL}`; sourceSubtitle.innerText = json.description ?? "Tap to get started"; }); diff --git a/view/app/index.html b/view/app/index.html index 873cefd..3830b85 100644 --- a/view/app/index.html +++ b/view/app/index.html @@ -111,7 +111,7 @@

Discover More On

- +