Skip to content

Commit

Permalink
Update wow.item-data.$itemId.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
cohenaj194 authored Sep 28, 2024
1 parent 676e936 commit 0064b74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/routes/wow.item-data.$itemId.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ export default function Index() {
<div className="flex flex-col justify-around mx-3 my-6 md:flex-row">
<div className="flex flex-wrap gap-2">
<CustomButton
// link={`https://saddlebagexchange.com/wow/export-search?itemId=${listing.itemID}&minPrice=1`}
link={`https://saddlebagexchange.com/wow/export-search`} // remove custom id as it might be slowing down the crawl
link={`https://saddlebagexchange.com/wow/export-search?itemId=${listing.itemID}&minPrice=1`}
// link={`https://saddlebagexchange.com/wow/export-search`} // remove custom id as it might be slowing down the crawl
buttonText="Best Place to Sell!"
rel="noopener noreferrer nofollow" // not working need to fix
/>
Expand Down

0 comments on commit 0064b74

Please sign in to comment.