Skip to content

Commit

Permalink
fixed open in new window
Browse files Browse the repository at this point in the history
  • Loading branch information
noam-honig committed Jul 12, 2023
1 parent 4713c18 commit 2749e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/cfp-small.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default function CfpSmall({
}}
>
CFP: {formatDate(cfp.cfpDate)}
<a href={cfp.cfpLink}>
<a href={cfp.cfpLink} target='_blank'>
<vwc-icon
name="open-line"
connotation="accent"
Expand Down

0 comments on commit 2749e51

Please sign in to comment.