mirror of
https://github.com/senju1337/senju.git
synced 2025-12-24 07:39:29 +00:00
fix: remove typo in base.html
This commit is contained in:
parent
959c493a5f
commit
440bf6eacb
1 changed files with 4 additions and 3 deletions
|
|
@ -21,7 +21,8 @@
|
|||
<div class="flex items-center">
|
||||
<div class="shrink-0">
|
||||
<a href="{{ url_for('index_view') }}">
|
||||
<img class="size-8" src="{{ url_for('static', filename='img/senju-nobg.svg') }}" alt="選集",>
|
||||
<img class="size-8" src="{{ url_for('static', filename='img/senju-nobg.svg') }}"
|
||||
alt="選集">
|
||||
</a>
|
||||
</div>
|
||||
<div class="hidden md:block">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue