Skip to content

Commit

Permalink
Add target property to link
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Oct 27, 2023
1 parent effb316 commit bbc4105
Showing 1 changed file with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
<a mat-button class="docs-button" [href]="href" aria-label="OpenChallenges Discord server">
<a
mat-button
class="docs-button"
[href]="href"
aria-label="OpenChallenges Discord server"
target="_blank"
rel="noreferrer"
>
<img
alt="OpenChallenges Discord server"
class="discord-logo"
src="/openchallenges-assets/images/discord-icon.svg"
alt="OpenChallenges Discord server"
/>
{{ label }}
</a>

0 comments on commit bbc4105

Please sign in to comment.