Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
sebm253 committed Jun 15, 2024
1 parent 1bbb31b commit 5f8df4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ func NewDangerButton(label string, customID string) ButtonComponent {
// NewLinkButton creates a new link ButtonComponent with ButtonStyleLink & the provided parameters
func NewLinkButton(label string, url string) ButtonComponent {
return ButtonComponent{
Style: ButtonStylePrimary,
Style: ButtonStyleLink,
Label: label,
URL: url,
}
Expand Down

0 comments on commit 5f8df4d

Please sign in to comment.