mirror of
https://github.com/senju1337/senju.git
synced 2025-12-24 07:39:29 +00:00
feat: go to index_view when clicking the logo
Refs: OPS-13
This commit is contained in:
parent
83add1d0a3
commit
64a9300aec
1 changed files with 4 additions and 1 deletions
|
|
@ -20,7 +20,10 @@
|
|||
<div class="flex h-16 items-center justify-between">
|
||||
<div class="flex items-center">
|
||||
<div class="shrink-0">
|
||||
<img class="size-8" src="{{ url_for('static', filename='img/senju-nobg.svg') }}" alt="選集">
|
||||
<a href="{{ url_for('index_view') }}" <div class="shrink-0">
|
||||
<img class="size-8" src="{{ url_for('static', filename='img/senju-nobg.svg') }}"
|
||||
alt="選集">
|
||||
</a>
|
||||
</div>
|
||||
<div class="hidden md:block">
|
||||
<div class="ml-10 flex items-baseline space-x-4">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue