1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-06 14:46:36 +02:00

Do not include compiled logo twice

This commit is contained in:
Jakub Vrana
2025-04-04 17:44:49 +02:00
parent 510cd2e068
commit 01d8fe112c
4 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ class Adminer {
* @return string HTML code
*/
function name(): string {
return "<a href='https://www.adminer.org/'" . target_blank() . " id='h1'><span id='logo'></span>Adminer</a>";
return "<a href='https://www.adminer.org/'" . target_blank() . " id='h1'><img src='../adminer/static/logo.png' width='24' height='24' alt='' id='logo'>Adminer</a>";
}
/** Connection parameters