Skip to content

Commit

Permalink
Add height attribute to debugbar icon
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Dec 7, 2024
1 parent efa5067 commit 74e35f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Views/debugbar/debugbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class_exists('Aplus')
</div>
<div class="toolbar">
<div class="icon">
<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">
</div>
<div class="collections">
<?php foreach ($collections as $collection): ?>
Expand Down

0 comments on commit 74e35f6

Please sign in to comment.