Browse Source

fix: main logo path

master
parent
commit
2da6315a14
  1. 2
      pages/base.html

2
pages/base.html

@ -16,7 +16,7 @@
<header class="d-flex flex-wrap align-items-center justify-content-center py-3 mb-4 border-bottom">
<div class="col-md-3 mb-2 mb-md-0">
<a href="/" class="d-inline-flex link-body-emphasis text-decoration-none">
<img width="64" height="64" src="/static/android-chrome-192x192.png" alt="Dela">
<img width="64" height="64" src="/static/images/android-chrome-192x192.png" alt="Dela">
</a>
</div>

Loading…
Cancel
Save