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 c644915 commit a021959Copy full SHA for a021959
src/lib/layouts/Main.svelte
@@ -146,13 +146,13 @@
146
</script>
147
148
<div class="relative">
149
- {#if !page.url.pathname.includes('/init')}
150
- <div class="border-smooth relative z-10 border-b bg-[#19191C]">
151
- <div class="is-special-padding mx-auto">
152
- <AnnouncementBanner />
153
- </div>
154
155
- {/if}
+ <!--{#if !page.url.pathname.includes('/init')}-->
+ <!-- <div class="border-smooth relative z-10 border-b bg-[#19191C]">-->
+ <!-- <div class="is-special-padding mx-auto">-->
+ <!-- <AnnouncementBanner />-->
+ <!-- </div>-->
+ <!--{/if}-->
156
157
<section
158
class="web-mobile-header {resolvedTheme}"
0 commit comments