mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
refac
This commit is contained in:
parent
1c4b6b9cd9
commit
21c919988d
1 changed files with 2 additions and 2 deletions
|
|
@ -4,12 +4,12 @@
|
|||
export let content = '';
|
||||
</script>
|
||||
|
||||
<div class="flex my-2 gap-2.5 border px-4 py-3 border-red-800 bg-red-800/30 font-medium rounded-lg">
|
||||
<div class="flex my-2 gap-2.5 border px-4 py-3 border-red-800 bg-red-800/30 rounded-lg">
|
||||
<div class=" self-start mt-0.5">
|
||||
<Info className="size-5" />
|
||||
</div>
|
||||
|
||||
<div class=" self-center text-sm">
|
||||
{content}
|
||||
{typeof content === 'string' ? content : JSON.stringify(content)}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue