Unverified Commit 68eb0961 authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #179 from ollama-webui/dev

fix: message role title styling
parents 2fb490c5 93c2db7e
...@@ -359,11 +359,13 @@ ...@@ -359,11 +359,13 @@
</div> </div>
<div class="w-full"> <div class="w-full">
<div class=" self-center font-bold mb-0.5 capitalize"> <div class=" self-center font-bold mb-0.5">
{#if message.role === 'user'} {#if message.role === 'user'}
You You
{:else if selectedModelfile} {:else if selectedModelfile}
{selectedModelfile.title} <span class="capitalize">
{selectedModelfile.title}
</span>
{:else} {:else}
Ollama <span class=" text-gray-500 text-sm font-medium" Ollama <span class=" text-gray-500 text-sm font-medium"
>{message.model ? ` ${message.model}` : ''}</span >{message.model ? ` ${message.model}` : ''}</span
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment