From 103690fbbc20b865440b4e07dc24a416d14af924 Mon Sep 17 00:00:00 2001 From: Bradley Shellnut Date: Sun, 8 Jan 2023 21:50:05 -0800 Subject: [PATCH] Fixing url on link with icon and fixing nulls on playtime/players. --- src/lib/components/LinkWithIcon.svelte | 2 - src/lib/types.ts | 8 + src/lib/util/boardGameAtlasMechanics.json | 1114 +++++++++++++++++++++ src/routes/game/[id]/+page.server.ts | 11 +- src/routes/game/[id]/+page.svelte | 8 +- 5 files changed, 1133 insertions(+), 10 deletions(-) create mode 100644 src/lib/util/boardGameAtlasMechanics.json diff --git a/src/lib/components/LinkWithIcon.svelte b/src/lib/components/LinkWithIcon.svelte index d314b5c..e09ab3d 100644 --- a/src/lib/components/LinkWithIcon.svelte +++ b/src/lib/components/LinkWithIcon.svelte @@ -1,6 +1,4 @@