diff --git a/src/_components/footer/Footer.svelte b/src/_components/footer/Footer.svelte index 7301c57..b15a422 100644 --- a/src/_components/footer/Footer.svelte +++ b/src/_components/footer/Footer.svelte @@ -29,7 +29,6 @@

Made with 💙 in Spring Grove, IL

-

+1-484-302-8428

{#each socials as s} diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 805a9f0..83c0b2a 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -82,12 +82,6 @@ }); } - if (window.FrontChat) { - window.FrontChat('init', { - chatId: '7b05ee77044ae53947facbe0aae7d894', - useDefaultLauncher: true - }); - } if (typeof window !== 'undefined') { const unsubscribePage = page.subscribe(($page) => { if (currentPath && currentPath !== $page.url.pathname) {