diff --git a/src/pages/404.astro b/src/pages/404.astro index 2fe5274..81e5ac1 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -2,14 +2,16 @@ import Layout from '../layouts/Main.astro'; import StickyFilter from '../components/StickyFilter.astro'; -const searchParams = Astro.url.searchParams; -const query = searchParams.get('q') || '*'; - const randomNumber = Math.floor(Math.random() * 1000) + 1; --- - + +
@@ -22,5 +24,20 @@ const randomNumber = Math.floor(Math.random() * 1000) + 1;

A wild Pokémon appeared!

+ + + + +
Click to reveal Pokémon!
-
\ No newline at end of file + + + +
\ No newline at end of file