diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 46eb63a..e3ded38 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -87,11 +87,41 @@ -
-
+ -
- -
+
+ +
- + class="fill-current" + viewBox="0 0 120 120" + > + + + +

+ Open source and free to use, forever. We are in no way associated with Nintendo, Game Freak + or The Pokémon Company. +

+ + + -{#await import('$lib/components/pwa/ReloadPrompt.svelte') then { default: ReloadPrompt }} - -{/await} + {#await import('$lib/components/pwa/ReloadPrompt.svelte') then { default: ReloadPrompt }} + + {/await} + diff --git a/src/routes/mydex/+page.svelte b/src/routes/mydex/+page.svelte index e0fdcf3..124281f 100644 --- a/src/routes/mydex/+page.svelte +++ b/src/routes/mydex/+page.svelte @@ -98,7 +98,7 @@ -
+
{#if combinedData} {#each combinedData as { pokedexEntry, catchRecord }}