Skip to content

Commit

Permalink
Update flag.blade.php. Add alt text to img
Browse files Browse the repository at this point in the history
  • Loading branch information
donatiss authored Apr 2, 2024
1 parent cf48593 commit 3a63628
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/views/components/flag.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
'rounded-lg' => ! $circular && ! $switch,
'rounded-md' => ! $circular && $switch,
])
->merge(['alt' => $alt])
}}
/>
/>

0 comments on commit 3a63628

Please sign in to comment.