feat template.blade.php
: extension icons should have their identifier as alt text
This commit is contained in:
parent
8970c168ff
commit
88ddee2f34
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
@section("extension.header")
|
||||
<img src="{{ $EXTENSION_ICON }}" alt="logo" style="float:left;width:30px;height:30px;border-radius:3px;margin-right:5px;"/>
|
||||
<img src="{{ $EXTENSION_ICON }}" alt="{{ $EXTENSION_ID }}" style="float:left;width:30px;height:30px;border-radius:3px;margin-right:5px;"/>
|
||||
|
||||
<button class="btn btn-gray-alt pull-right" style="padding: 5px 10px; margin-left: 7px" data-toggle="modal" data-target="#extensionConfigModal">
|
||||
<i class="bx bx-slider"></i>
|
||||
|
|
Loading…
Reference in a new issue