Skip to content

Commit

Permalink
fix: division exam icons
Browse files Browse the repository at this point in the history
Fixes Vatsim-Scandinavia#858 and also uses a more fitting pending icon
  • Loading branch information
blt950 committed Mar 13, 2024
1 parent 4099f8f commit 0bdf3ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/views/user/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,11 +247,11 @@
<i class="fas fa-circle-check text-success"></i>
Pass {{ $exam['score'] }}%
@else
<i class="fas fa-circle-assigne text-danger"></i>
Fail
<i class="fas fa-circle-xmark text-danger"></i>
Fail {{ $exam['score'] }}%
@endif
@else
<i class="fas fa-circle-minus text-warning"></i>
<i class="fas fa-circle-half-stroke text-warning"></i>
Pending
@endif
</td>
Expand Down

0 comments on commit 0bdf3ce

Please sign in to comment.