Skip to content

Commit df05515

Browse files
committed
Fix logo
1 parent f5c02dc commit df05515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ public static function getLoggingTabPane($requestId, $request)
421421
<div class="row">
422422
<div class="col-md-4">
423423
<h3>
424-
<img src="debugger/img/minty_square.png" alt="MintyPHP logo" style="float:left; margin-right:10px;">
424+
<img src="debugger/img/minty_square.png" alt="MintyPHP logo" style="height: 24px; float:left; margin-right:10px;">
425425
MintyPHP Debugger
426426
</h3>
427427
</div>

0 commit comments

Comments
 (0)