diff --git a/src/app.html b/src/app.html index 3da94a7..0552d01 100644 --- a/src/app.html +++ b/src/app.html @@ -1,9 +1,22 @@ - +
+ %sveltekit.head% diff --git a/src/lib/components/ThemeToggle.svelte b/src/lib/components/ThemeToggle.svelte new file mode 100644 index 0000000..06688ed --- /dev/null +++ b/src/lib/components/ThemeToggle.svelte @@ -0,0 +1,59 @@ + + + diff --git a/src/lib/components/pokedex/PokedexEntryCatchRecord.svelte b/src/lib/components/pokedex/PokedexEntryCatchRecord.svelte index 4644da5..a39925d 100644 --- a/src/lib/components/pokedex/PokedexEntryCatchRecord.svelte +++ b/src/lib/components/pokedex/PokedexEntryCatchRecord.svelte @@ -59,7 +59,7 @@ >Form: {pokedexEntry.form ? pokedexEntry.form : '-'}
How to evolve: {pokedexEntry.evolutionInformation}
{:else} @@ -95,7 +97,9 @@