Skip to content

Commit 50f0797

Browse files
committed
Added aria hidden to icon
Signed-off-by: snipe <[email protected]>
1 parent 60accfd commit 50f0797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/settings/api.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<livewire:oauth-clients />
1818
</div>
1919
@else
20-
<p class="text-warning"><i class="fas fa-lock"></i> {{ trans('general.feature_disabled') }}</p>
20+
<p class="text-warning"><i class="fas fa-lock" aria-hidden="true"></i> {{ trans('general.feature_disabled') }}</p>
2121
@endif
2222

2323
@stop

0 commit comments

Comments
 (0)