Skip to content

Commit

Permalink
Update stash-view-item-mouse-over.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
zach-herridge authored Dec 10, 2023
1 parent 0d48558 commit 36ad401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/stash-view/stash-view-item-mouse-over.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export function StashViewItemMouseOver({
</div>
</Link>
<Link
href={`https://www.pathofexile.com/trade/search/Ancestor?q={"query":{"type":"${itemSummary?.itemGroup?.baseType}"}}`}
href={`https://www.pathofexile.com/trade/search/Affliction?q={"query":{"type":"${itemSummary?.itemGroup?.baseType}"}}`}
>
<div className="bg-surface-primary rounded-lg p-1">
Trade
Expand Down

0 comments on commit 36ad401

Please sign in to comment.