Skip to content

Commit

Permalink
feat template.blade.php: extension icons should have their identifi…
Browse files Browse the repository at this point in the history
…er as alt text
  • Loading branch information
prplwtf committed Jul 16, 2024
1 parent 8970c16 commit 88ddee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/blueprint/admin/template.blade.php
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit 88ddee2

Please sign in to comment.