diff --git a/site/src/routes/_components/Example.svelte b/site/src/routes/_components/Example.svelte new file mode 100644 index 0000000000..c07b4be0b5 --- /dev/null +++ b/site/src/routes/_components/Example.svelte @@ -0,0 +1,52 @@ + + + + +
+
+ + +
+ + {#if intersecting} + + + {/if} + +
+
+
\ No newline at end of file diff --git a/site/src/routes/_layout.svelte b/site/src/routes/_layout.svelte index 4ed5e6b7dd..b559691f1f 100644 --- a/site/src/routes/_layout.svelte +++ b/site/src/routes/_layout.svelte @@ -1,8 +1,8 @@ @@ -14,7 +14,23 @@ {/if} {#if $page.path !== '/repl/embed'} -