Skip to content

Commit

Permalink
Fix badges.
Browse files Browse the repository at this point in the history
Closes #304
  • Loading branch information
portableant committed May 7, 2022
1 parent e6414da commit 3192ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/exhibition-card.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
{{ Carbon\Carbon::parse($endDate)->format('l dS F Y') }}
</p>
@if($status === 'archived')
<span class="badge badge-lg badge-info p-2 d-block">
<span class="badge bg-maroon p-2 d-block">
This is now closed
</span>
@endif
Expand Down

0 comments on commit 3192ac4

Please sign in to comment.