open-webui/src/lib/components/chat/Messages/Name.svelte
2024-01-17 17:43:45 -08:00

4 lines
85 B
Svelte

<div class=" self-center font-bold mb-0.5 capitalize line-clamp-1">
<slot />
</div>