Merge pull request #18 from diceroll123/patch-1

Update Shop Wizard URL
This commit is contained in:
Emi Matchu 2022-03-11 09:26:22 -08:00 committed by GitHub
commit 3e1537edf5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -204,7 +204,7 @@ function ItemPageBadges({ item, isEmbedded }) {
{!item?.isNc && !item?.isPb && ( {!item?.isNc && !item?.isPb && (
<LinkBadge <LinkBadge
href={ href={
"http://www.neopets.com/market.phtml?type=wizard&string=" + "http://www.neopets.com/shops/wizard.phtml?string=" +
encodeURIComponent(item.name) encodeURIComponent(item.name)
} }
isEmbedded={isEmbedded} isEmbedded={isEmbedded}