mirror of
https://github.com/senju1337/senju.git
synced 2025-12-24 07:39:29 +00:00
fix: removes typo
This commit is contained in:
parent
b9fe19cf2d
commit
f2c01926da
1 changed files with 2 additions and 2 deletions
|
|
@ -34,12 +34,12 @@
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="{{ url_for('haiku_index_view') }}"
|
<a href="{{ url_for('haiku_index_view') }}"
|
||||||
class="rounded-md px-3 py-2 text-sm font-mediRefs: OPS-11um
|
class="rounded-md px-3 py-2 text-sm font-medium
|
||||||
{% if request.endpoint == 'haiku_view' %} bg-gray-900 text-white {% else %} text-gray-300 hover:bg-gray-700 hover:text-white {% endif %}">
|
{% if request.endpoint == 'haiku_view' %} bg-gray-900 text-white {% else %} text-gray-300 hover:bg-gray-700 hover:text-white {% endif %}">
|
||||||
Haiku
|
Haiku
|
||||||
</a>
|
</a>
|
||||||
<a href="{{ url_for('prompt_view') }}"
|
<a href="{{ url_for('prompt_view') }}"
|
||||||
class="rounded-md px-3 py-2 text-sm font-mediRefs: OPS-11um
|
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 %}">
|
{% if request.endpoint == 'prompt_view' %} bg-gray-900 text-white {% else %} text-gray-300 hover:bg-gray-700 hover:text-white {% endif %}">
|
||||||
Haiku generation
|
Haiku generation
|
||||||
</a>
|
</a>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue