forked from open-webui/open-webui
feat: share button added
This commit is contained in:
parent
39bce7bd42
commit
c9d8645aba
3 changed files with 63 additions and 40 deletions
|
@ -566,7 +566,7 @@
|
|||
}}
|
||||
/>
|
||||
|
||||
<Navbar {title} />
|
||||
<Navbar {title} shareEnabled={messages.length > 0} />
|
||||
<div class="min-h-screen w-full flex justify-center">
|
||||
<div class=" py-2.5 flex flex-col justify-between w-full">
|
||||
<div class="max-w-2xl mx-auto w-full px-3 md:px-0 mt-10">
|
||||
|
|
|
@ -579,7 +579,7 @@
|
|||
/>
|
||||
|
||||
{#if loaded}
|
||||
<Navbar {title} />
|
||||
<Navbar {title} shareEnabled={messages.length > 0} />
|
||||
<div class="min-h-screen w-full flex justify-center">
|
||||
<div class=" py-2.5 flex flex-col justify-between w-full">
|
||||
<div class="max-w-2xl mx-auto w-full px-3 md:px-0 mt-10">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue