mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-26 11:16:20 +03:00
[WebUI] Fix logo missing in login page
This commit is contained in:
parent
f41cb8089d
commit
77f66be493
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
|||
<div id="main">
|
||||
<h1>qBittorrent QBT_TR(Web UI)QBT_TR[CONTEXT=OptionsDialog]</h1>
|
||||
<div id="logo" class="col">
|
||||
<img src="images/qbittorrent.png" alt="qBittorrent logo"/>
|
||||
<img src="images/skin/qbittorrent-tray.svg" alt="qBittorrent logo" style="height: 11em;"/>
|
||||
</div>
|
||||
<div id="formplace" class="col">
|
||||
<form id="loginform" action="">
|
||||
|
|
Loading…
Reference in a new issue