Skip to content

Commit

Permalink
Fix alert color in the GuildReactionEventsView page
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Nov 1, 2024
1 parent 8078cc1 commit 26d8444
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class GuildReactionEventsView(
}
}
} else {
div(classes = "alert alert-warning") {
div(classes = "alert alert-danger") {
text(i18nContext.get(I18nKeysData.Website.Dashboard.ReactionEvents.EventStatus.EventIsNotHappening))
}
}
Expand Down

0 comments on commit 26d8444

Please sign in to comment.