Skip to content

Commit

Permalink
Target blank for place link
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Feb 5, 2025
1 parent f05ddd2 commit d932bbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Place/Place.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ const Place = ({ place }: { place: PlaceProps }) => {
<ButtonLink
variant="secondary-invert-w-border"
href={place.url}
target="_blank"
rel="noopener"
iconPosition="right"
icon={<IoIosArrowForward />}
>
Expand Down

0 comments on commit d932bbd

Please sign in to comment.