diff --git a/src/components/BackToTop.astro b/src/components/BackToTop.astro index 545ff03..8a65c81 100644 --- a/src/components/BackToTop.astro +++ b/src/components/BackToTop.astro @@ -2,7 +2,7 @@ --- - diff --git a/src/pages/404.astro b/src/pages/404.astro index edf51e0..4d370da 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -39,20 +39,15 @@ const pokemonName = pokemon?.Name || "Unknown Pokémon";

Click the image to reveal.

-
- +
+ -
-
+
+
- {pokemonName} + {pokemonName}
diff --git a/src/pages/index.astro b/src/pages/index.astro index 5e99e63..24090c2 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -13,19 +13,19 @@ import { Waitlist as WaitlistAstro } from '@clerk/astro/components'

Rigid's App Thing

(working title)
-
+

Welcome!

- This single-page web application is currently in a closed beta. Access to the beta will be limited, and the selection process will be highly curated. You are welcome to request access - if you do not get into the beta, don't worry, after the beta is complete, the app will be available to all users.

+ This single-page web application is currently in a closed beta. Access to the beta will be limited, and the selection process will be highly curated. You are welcome to request access - if you do not get into the beta, don't worry! After the closed beta is complete, the app will move into a more open beta.

- If you would like to join the waitlist, please enter your email address. You will receive an email with instructions on how to access the app when it becomes available. + If you would like to join the waitlist, please enter your email address. You will receive an email with instructions on how to access the app when it becomes available to you.

If you aren't interested in joining the waitlist, that is okay too! Feel free to play "Who's that Pokémon?" with the random Pokémon generator here. Refresh the page to see a new Pokémon!

-
+
diff --git a/src/pages/partials/card-modal.astro b/src/pages/partials/card-modal.astro index 42e0a10..e3cd1ff 100644 --- a/src/pages/partials/card-modal.astro +++ b/src/pages/partials/card-modal.astro @@ -96,7 +96,7 @@ const conditionAttributes = (price: any) => { }; const ebaySearchUrl = (card: any) => { - return `https://www.ebay.com/sch/i.html?_nkw=${encodeURIComponent(card?.productUrlName)}+${encodeURIComponent(card?.set?.setUrlName)}+${card?.number}&LH_Sold=1&Graded=No&_dcat=183454${card?.productId}`; + return `https://www.ebay.com/sch/i.html?_nkw=${encodeURIComponent(card?.productUrlName)}+${encodeURIComponent(card?.set?.setUrlName)}+${encodeURIComponent(card?.number)}&LH_Sold=1&Graded=No&_dcat=183454`; }; --- @@ -106,7 +106,7 @@ const ebaySearchUrl = (card: any) => {