docs: remove banner (#9697)

pull/9719/head
Simon H 7 months ago committed by GitHub
parent 7a5176e45b
commit d15bc822e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,7 +35,6 @@
<Shell
nav_visible={$page.url.pathname !== '/repl/embed'}
bind:snapshot={shell_snapshot}
banner_bottom_height="42px"
>
<Nav slot="top-nav" title={data.nav_title} links={data.nav_links}>
<svelte:fragment slot="home-large">
@ -72,10 +71,6 @@
</Nav>
<slot />
<div slot="banner-bottom" class="banner-bottom">
<a href="https://www.sveltesummit.com/2023/fall" class="banner-bottom">Join us at Svelte Summit on Nov 11</a>
</div>
</Shell>
</div>
@ -92,12 +87,4 @@
height: 100%;
width: 100%;
}
.banner-bottom {
text-align: center;
background: var(--sk-theme-1-variant);
color: white;
text-decoration: underline;
padding: 8px;
}
</style>

Loading…
Cancel
Save