Implement custom headline (#97)

This commit is contained in:
KnugiHK
2025-02-09 14:20:11 +08:00
parent 539a1d58b0
commit 0b2dfa9aba
5 changed files with 30 additions and 10 deletions

View File

@@ -153,7 +153,7 @@
</div>
{% endif %}
<div>
<h2 class="text-white font-medium">Chat history with {{ name }}</h2>
<h2 class="text-white font-medium">{{ headline }}</h2>
{% if status is not none %}<p class="text-[#8696a0] text-xs">{{ status }}</p>{% endif %}
</div>
</div>