We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60accfd commit 50f0797Copy full SHA for 50f0797
resources/views/settings/api.blade.php
@@ -17,7 +17,7 @@
17
<livewire:oauth-clients />
18
</div>
19
@else
20
- <p class="text-warning"><i class="fas fa-lock"></i> {{ trans('general.feature_disabled') }}</p>
+ <p class="text-warning"><i class="fas fa-lock" aria-hidden="true"></i> {{ trans('general.feature_disabled') }}</p>
21
@endif
22
23
@stop
0 commit comments