Skip to content

Commit 74e35f6

Browse files
committed
Add height attribute to debugbar icon
1 parent efa5067 commit 74e35f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/debugbar/debugbar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class_exists('Aplus')
122122
</div>
123123
<div class="toolbar">
124124
<div class="icon">
125-
<img src="data:image/png;base64,<?= base64_encode((string) file_get_contents(__DIR__ . '/icon.png')) ?>" alt="A+" width="32">
125+
<img src="data:image/png;base64,<?= base64_encode((string) file_get_contents(__DIR__ . '/icon.png')) ?>" alt="A+" width="32" height="32">
126126
</div>
127127
<div class="collections">
128128
<?php foreach ($collections as $collection): ?>

0 commit comments

Comments
 (0)