fix: remove typo in base.html

This commit is contained in:
Christoph J. Scherr 2025-03-23 16:30:37 +01:00
parent 959c493a5f
commit 440bf6eacb
No known key found for this signature in database
GPG key ID: 9EB784BB202BB7BB

View file

@ -20,8 +20,9 @@
<div class="flex h-16 items-center justify-between">
<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="選集",>
<a href="{{ url_for('index_view') }}">
<img class="size-8" src="{{ url_for('static', filename='img/senju-nobg.svg') }}"
alt="選集">
</a>
</div>
<div class="hidden md:block">
@ -38,7 +39,7 @@
{% if request.endpoint == 'haiku_view' %} bg-gray-900 text-white {% else %} text-gray-300 hover:bg-gray-700 hover:text-white {% endif %}">
Haiku
</a>
<a href="{{ url_for('prompt_view') }}"
<a href="{{ url_for('prompt_view') }}"
class="rounded-md px-3 py-2 text-sm font-medium
{% if request.endpoint == 'prompt_view' %} bg-gray-900 text-white {% else %} text-gray-300 hover:bg-gray-700 hover:text-white {% endif %}">
Haiku generation