Skip to content

Commit

Permalink
Merge pull request #6 from awcodes/feat/class-name
Browse files Browse the repository at this point in the history
Feat: Adds class to view for CSS targeting.
  • Loading branch information
pxlrbt authored Oct 4, 2022
2 parents e72790d + 3296f44 commit fbe21d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/badge.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div
class="hidden sm:flex items-center h-10 rounded-lg px-3 text-white text-sm font-medium"
class="environment-indicator hidden sm:flex items-center h-10 rounded-lg px-3 text-white text-sm font-medium"
style="background-color: {{ $color }}; margin-right: 1rem;"
>
{{ $environment }}
Expand Down

0 comments on commit fbe21d2

Please sign in to comment.