Use transparent background with dashboard logo

This commit is contained in:
jude 2023-07-29 17:13:05 +01:00
parent f0f9787326
commit b1f25be5d7
2 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

View File

@ -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>