feat: share button added

This commit is contained in:
Timothy J. Baek 2023-12-14 01:05:38 -08:00
parent 39bce7bd42
commit c9d8645aba
3 changed files with 63 additions and 40 deletions

View file

@ -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">

View file

@ -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">