Skip to content

Commit

Permalink
removing phone number
Browse files Browse the repository at this point in the history
  • Loading branch information
theClarkSell committed Oct 21, 2024
1 parent cfaf159 commit 55cc76f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/_components/footer/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<p>
Made with <span class="pr-2">💙</span> in Spring Grove, IL
</p>
<p>+1-484-302-8428</p>
</div>
<div class="flex space-x-2">
{#each socials as s}
Expand Down
6 changes: 0 additions & 6 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 55cc76f

Please sign in to comment.