Skip to content

Commit

Permalink
Update [itemGroupHashString].tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
zach-herridge authored Dec 10, 2023
1 parent 36ad401 commit d8c680d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/pricing/[itemGroupHashString].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export default function PricingItemPage() {
</div>
</Link>
<Link
href={`https://www.pathofexile.com/trade/search/Ancestor?q={"query":{"type":"${livePricingHistoryGroup.itemGroup?.baseType}"}}`}
href={`https://www.pathofexile.com/trade/search/Affliction?q={"query":{"type":"${livePricingHistoryGroup.itemGroup?.baseType}"}}`}
>
<div className="rounded-full bg-indigo-500/10 px-1 py-1 text-sm font-semibold text-indigo-400 ring-1 ring-inset ring-indigo-500/20">
Trade
Expand Down

0 comments on commit d8c680d

Please sign in to comment.