Skip to content

Commit

Permalink
add alt to noscript
Browse files Browse the repository at this point in the history
  • Loading branch information
rouuuge committed Feb 15, 2024
1 parent 9e323ac commit 6829bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/views/scripts.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@if ($auto_events)
<script {!!$settings_events!!} async src="https://scripts.simpleanalyticscdn.com/auto-events.js"></script>
@endif
<noscript><img src="https://queue.simpleanalyticscdn.com/noscript.gif" alt="" referrerpolicy="no-referrer-when-downgrade" /></noscript>
<noscript><img src="https://queue.simpleanalyticscdn.com/noscript.gif" alt="NoScript" referrerpolicy="no-referrer-when-downgrade" /></noscript>
@endif


0 comments on commit 6829bc9

Please sign in to comment.