diff --git a/src/routes/game/[id]/+page.svelte b/src/routes/game/[id]/+page.svelte index c870702..a62cc41 100644 --- a/src/routes/game/[id]/+page.svelte +++ b/src/routes/game/[id]/+page.svelte @@ -37,7 +37,7 @@ firstParagraphEnd = game?.description?.indexOf(' p>') + 5; } - function remoceFromCollection() { + function removeFromCollection() { boredState.update((n) => ({ ...n, dialog: { isOpen: true, content: RemoveCollectionDialog, additionalData: game } @@ -65,7 +65,7 @@ -
Year: {game?.year_published}
@@ -88,9 +88,9 @@