open-webui/src/lib/components/chat/Messages/Name.svelte
2025-01-22 00:13:24 -08:00

4 lines
95 B
Svelte

<div class=" self-center font-semibold line-clamp-1 flex gap-1 items-center">
<slot />
</div>