Skip to content

Commit

Permalink
DO NOT MERGE - test non-holocene change
Browse files Browse the repository at this point in the history
  • Loading branch information
laurakwhit committed Jul 19, 2024
1 parent 53105d4 commit 426b177
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/components/is-cloud-guard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
export let isCloud = false;
</script>

<p class="sr-only">Testing</p>
{#if isCloud || $page.data?.settings?.runtimeEnvironment?.isCloud}
<slot name="fallback" />
{:else}
Expand Down

0 comments on commit 426b177

Please sign in to comment.