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 efa5067 commit 74e35f6Copy full SHA for 74e35f6
1 file changed
src/Views/debugbar/debugbar.php
@@ -122,7 +122,7 @@ class_exists('Aplus')
122
</div>
123
<div class="toolbar">
124
<div class="icon">
125
- <img src="data:image/png;base64,<?= base64_encode((string) file_get_contents(__DIR__ . '/icon.png')) ?>" alt="A+" width="32">
+ <img src="data:image/png;base64,<?= base64_encode((string) file_get_contents(__DIR__ . '/icon.png')) ?>" alt="A+" width="32" height="32">
126
127
<div class="collections">
128
<?php foreach ($collections as $collection): ?>
0 commit comments