fix: removes typo

This commit is contained in:
0xjrx 2025-03-04 21:00:53 +01:00
parent b9fe19cf2d
commit f2c01926da
No known key found for this signature in database
GPG key ID: 61C53033867D0271

View file

@ -34,12 +34,12 @@
</a>
<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 %}">
Haiku
</a>
<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 %}">
Haiku generation
</a>