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 }) {