Skip to content

Commit

Permalink
Merge pull request #221 from Propy/dev
Browse files Browse the repository at this point in the history
dev -> main
  • Loading branch information
JayWelsh authored Jul 12, 2024
2 parents 907da5d + f45b946 commit 216560d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PropyKeysMapCardPostGIS.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const useStyles = makeStyles((theme: Theme) =>
const createListingPopupNode = (listingRecord: IPropyKeysHomeListingRecord) => {
return (
<div style={{width: 300, height: 309}}>
<LinkWrapper link={`${window.location.origin}/#/token/${listingRecord.network_name}/${listingRecord.asset_address}/${listingRecord.token_id}`} external={true}>
<LinkWrapper link={`${window.location.origin}/#/listing/${listingRecord.network_name}/${listingRecord.asset_address}/${listingRecord.token_id}`} external={true}>
<SingleListingCardBaseline
tokenImage={listingRecord.images[0]}
tokenCollectionName={listingRecord.collection_name}
Expand Down

0 comments on commit 216560d

Please sign in to comment.