From cc3d4c1474d5bfb4addb99ebdf7bc8bf0578cd9b Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Sat, 10 Feb 2024 10:25:02 -0500 Subject: [PATCH] add a link to the game itself --- src/routes/Game.svelte | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/routes/Game.svelte b/src/routes/Game.svelte index 2843b15..dc42927 100644 --- a/src/routes/Game.svelte +++ b/src/routes/Game.svelte @@ -17,11 +17,14 @@ {/if} {name} +       + link
@@ -90,6 +93,7 @@ export let notes = ''; export let updated_at = null; export let is_in_cart = false; + export let id = ''; function pretty_date(date) { if (!date) return '';