fixing some bugs the wife found ;)

This commit is contained in:
orangecoding
2026-01-28 21:25:48 +01:00
parent 797421f0d5
commit bc355fb5fe
5 changed files with 22 additions and 14 deletions

View File

@@ -315,7 +315,7 @@ export default function ListingDetail() {
>
{listing.isWatched === 1 ? 'Watched' : 'Watch'}
</Button>
<Text link={{ href: listing.link }} icon={<IconLink />} underline>
<Text link={{ href: listing.link, target: '_blank' }} icon={<IconLink />} underline>
Open listing
</Text>
</Space>