From 1d263b1ca991f28c4349df1477b981d85ab9b027 Mon Sep 17 00:00:00 2001 From: Frank Tovar Date: Wed, 28 Jan 2026 20:26:47 +0100 Subject: [PATCH] Surface game website links alongside YouTube in cards/results --- wwwroot/app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wwwroot/app.js b/wwwroot/app.js index cb97f3c..0c63a07 100644 --- a/wwwroot/app.js +++ b/wwwroot/app.js @@ -168,6 +168,7 @@ function renderResults() { ${r.average.toFixed(1)} ${r.total} + ${r.gameUrl ? `Site ↗
` : ''} ${r.youtubeUrl ? `YouTube ↗` : ''} `; @@ -279,6 +280,7 @@ function buildCard(s, { showAuthor = false, allowDelete = false }) {

${s.name}

+ ${s.gameUrl ? `Site ↗` : ""} ${s.youtubeUrl ? `YouTube ↗` : ""} ${showAuthor && s.author ? `${s.author}` : ""} ${allowDelete ? `` : ""}