Skip to content

Commit 1a7601d

Browse files
authored
Docs
1 parent 71bdac4 commit 1a7601d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/src/components/TopBanner.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</script>
1414

1515
<!-- Without timer -->
16-
{#if false && !$page.url.pathname.startsWith("/blueprint/")}
16+
{#if true && !$page.url.pathname.startsWith("/blueprint/")}
1717
<div class="bg-base-100 flex justify-center rounded-sm">
1818
<a
1919
href="/blueprint/"

0 commit comments

Comments
 (0)