Skip to content

Commit

Permalink
Update label of the Discord button (#2288)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter authored Oct 30, 2023
1 parent 96dddc8 commit 73442f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ import { MatLegacyButtonModule as MatButtonModule } from '@angular/material/lega
styleUrls: ['./discord-button.component.scss'],
})
export class DiscordButtonComponent {
@Input({ required: false }) label = 'Discord';
@Input({ required: false }) label = 'Join us on Discord';
@Input({ required: false }) href = 'https://discord.gg/6PGt7nkcwG';
}

0 comments on commit 73442f9

Please sign in to comment.