Update Shop Wizard URL

This commit is contained in:
Steve C 2022-03-11 08:37:13 -05:00 committed by GitHub
parent cc9a540cec
commit 6c3f2ac61c
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}