Skip to content

Commit d15bc82

Browse files
authored
docs: remove banner (#9697)
1 parent 7a5176e commit d15bc82

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

sites/svelte.dev/src/routes/+layout.svelte

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
<Shell
3636
nav_visible={$page.url.pathname !== '/repl/embed'}
3737
bind:snapshot={shell_snapshot}
38-
banner_bottom_height="42px"
3938
>
4039
<Nav slot="top-nav" title={data.nav_title} links={data.nav_links}>
4140
<svelte:fragment slot="home-large">
@@ -72,10 +71,6 @@
7271
</Nav>
7372
7473
<slot />
75-
76-
<div slot="banner-bottom" class="banner-bottom">
77-
<a href="https://www.sveltesummit.com/2023/fall" class="banner-bottom">Join us at Svelte Summit on Nov 11</a>
78-
</div>
7974
</Shell>
8075
</div>
8176
@@ -92,12 +87,4 @@
9287
height: 100%;
9388
width: 100%;
9489
}
95-
96-
.banner-bottom {
97-
text-align: center;
98-
background: var(--sk-theme-1-variant);
99-
color: white;
100-
text-decoration: underline;
101-
padding: 8px;
102-
}
10390
</style>

0 commit comments

Comments
 (0)