Skip to content

Commit

Permalink
Open links in different tab
Browse files Browse the repository at this point in the history
  • Loading branch information
hedior03 committed Jan 15, 2024
1 parent 3c86871 commit 67162be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/details/base/AnchorDetail.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export interface Props {
const { href } = Astro.props
---

<a href={href} class="group">
<a href={href} target="_blank" rel="noreferrer" data-astro-prefetch class="group">
<DetailWrapper>
<slot name="icon" />
<slot />
Expand Down

0 comments on commit 67162be

Please sign in to comment.