Added aria-hidden
This commit is contained in:
parent
3873c4b253
commit
bf6a0f8d2f
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@
|
||||||
<div class="panel box box-default">
|
<div class="panel box box-default">
|
||||||
<div class="box-header with-border">
|
<div class="box-header with-border">
|
||||||
<h4 class="box-title">
|
<h4 class="box-title">
|
||||||
<i class="fa fa-wrench"></i> {{ trans('admin/settings/general.general_settings') }}
|
<i class="fa fa-wrench" aria-hidden="true"></i>
|
||||||
|
{{ trans('admin/settings/general.general_settings') }}
|
||||||
</h4>
|
</h4>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue