Update Shop Wizard URL
This commit is contained in:
parent
cc9a540cec
commit
6c3f2ac61c
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ function ItemPageBadges({ item, isEmbedded }) {
|
|||
{!item?.isNc && !item?.isPb && (
|
||||
<LinkBadge
|
||||
href={
|
||||
"http://www.neopets.com/market.phtml?type=wizard&string=" +
|
||||
"http://www.neopets.com/shops/wizard.phtml?string=" +
|
||||
encodeURIComponent(item.name)
|
||||
}
|
||||
isEmbedded={isEmbedded}
|
||||
|
|
Loading…
Reference in a new issue