Skip to content

Commit a021959

Browse files
committed
update: init banner.
1 parent c644915 commit a021959

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/lib/layouts/Main.svelte

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,13 @@
146146
</script>
147147

148148
<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-
</div>
155-
{/if}
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+
<!-- </div>-->
155+
<!--{/if}-->
156156

157157
<section
158158
class="web-mobile-header {resolvedTheme}"

0 commit comments

Comments
 (0)