Skip to content

Commit

Permalink
fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrossh committed Aug 4, 2024
1 parent 8651b5e commit fedbe50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
const { page } = getStores();
let url = `https://pyrossh.dev${$page.url.pathname}`;
const isAppPage = $page.url.pathname.includes('only-bible-app');
$: isAppPage = $page.url.pathname.includes('only-bible-app');
</script>

<svelte:head>
Expand Down

0 comments on commit fedbe50

Please sign in to comment.