Skip to content

Commit

Permalink
Add yellow color for paused challenge submission (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdHeat authored Sep 7, 2024
1 parent 266251e commit 2e64dda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/challenge.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ <h3 class="challenge-value text-center">
'alert-success': response.data.status == 'correct',
'alert-info': response.data.status == 'already_solved',
'alert-danger': response.data.status == 'incorrect',
'alert-warning': response.data.status == 'paused',
}" role="alert"
>
<strong x-text="response.data.message"></strong>
Expand Down

0 comments on commit 2e64dda

Please sign in to comment.