diff --git a/src/App.svelte b/src/App.svelte index 5e69994..0e2c734 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -4,7 +4,6 @@ import Navbar from './lib/Navbar.svelte' import Sidebar from './lib/Sidebar.svelte' - // import Footer from './lib/Footer.svelte' import Home from './lib/Home.svelte' import Chat from './lib/Chat.svelte' import NewChat from './lib/NewChat.svelte' @@ -30,24 +29,15 @@ '*': Home } - // document.body.classList.add('something') - - - - -
- {#key $location} - replace('/')}/> - {/key} -
- - - - - + +
+ {#key $location} + replace('/')}/> + {/key} +
diff --git a/src/lib/ChatSettingsModal.svelte b/src/lib/ChatSettingsModal.svelte index 0bcda32..17860fe 100644 --- a/src/lib/ChatSettingsModal.svelte +++ b/src/lib/ChatSettingsModal.svelte @@ -241,9 +241,6 @@