Use transparent background with dashboard logo
This commit is contained in:
parent
f0f9787326
commit
b1f25be5d7
BIN
web/static/img/logo_nobg.webp
Normal file
BIN
web/static/img/logo_nobg.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 81 KiB |
@ -40,7 +40,7 @@
|
||||
<div class="navbar-brand">
|
||||
<a class="navbar-item" href="/">
|
||||
<figure class="image">
|
||||
<img src="/static/img/logo_flat.webp" alt="Reminder Bot Logo">
|
||||
<img src="/static/img/logo_nobg.webp" alt="Reminder Bot Logo">
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
@ -233,7 +233,7 @@
|
||||
<div class="column is-2 is-sidebar-menu dashboard-sidebar is-hidden-touch">
|
||||
<a href="/">
|
||||
<div class="brand">
|
||||
<img src="/static/img/logo_flat.webp" alt="Reminder bot logo"
|
||||
<img src="/static/img/logo_nobg.webp" alt="Reminder bot logo"
|
||||
class="dashboard-brand">
|
||||
</div>
|
||||
</a>
|
||||
@ -276,7 +276,7 @@
|
||||
<div class="dashboard-sidebar mobile-sidebar is-hidden-desktop" id="mobileSidebar">
|
||||
<a href="/">
|
||||
<div class="brand">
|
||||
<img src="/static/img/logo_flat.webp" alt="Reminder bot logo"
|
||||
<img src="/static/img/logo_nobg.webp" alt="Reminder bot logo"
|
||||
class="dashboard-brand">
|
||||
</div>
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user