diff --git a/src/lib/components/chat/Navbar.svelte b/src/lib/components/chat/Navbar.svelte index 0d1728f429..de5d1c220a 100644 --- a/src/lib/components/chat/Navbar.svelte +++ b/src/lib/components/chat/Navbar.svelte @@ -47,6 +47,15 @@ + { + initNewChat(); + }} + aria-label="New Chat" +/> + - - { - initNewChat(); - }} - aria-label="New Chat" - > - - - - - + {#if !$mobile} + + { + initNewChat(); + }} + aria-label="New Chat" + > + + + + + + {/if}