From c825b38f7b32d096ee0aec9ac6a5c26942c71a89 Mon Sep 17 00:00:00 2001 From: Made Baruna Date: Sat, 2 Oct 2021 22:55:43 +0700 Subject: [PATCH] Update fishing book layout on mobile --- src/routes/fishing/index.svelte | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/src/routes/fishing/index.svelte b/src/routes/fishing/index.svelte index 723a4e4d..269979de 100644 --- a/src/routes/fishing/index.svelte +++ b/src/routes/fishing/index.svelte @@ -46,9 +46,9 @@

{$t('fishing.title')}

{#each Object.entries(spots) as [id, location]}

{$t(`fishing.${id}`)}

-
+
{#each location as spot} -
+
-
+
{#each spot.fish as fish}
-
+
{fishList[fish].name}
- {fishList[fish].name} + {fishList[fish].name}