-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
effb316
commit bbc4105
Showing
1 changed file
with
9 additions
and
2 deletions.
There are no files selected for viewing
11 changes: 9 additions & 2 deletions
11
libs/openchallenges/ui/src/lib/discord-button/discord-button.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |