We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71bdac4 commit 1a7601dCopy full SHA for 1a7601d
packages/docs/src/components/TopBanner.svelte
@@ -13,7 +13,7 @@
13
</script>
14
15
<!-- Without timer -->
16
-{#if false && !$page.url.pathname.startsWith("/blueprint/")}
+{#if true && !$page.url.pathname.startsWith("/blueprint/")}
17
<div class="bg-base-100 flex justify-center rounded-sm">
18
<a
19
href="/blueprint/"
0 commit comments