remove banner

pull/9620/head
Ben McCann 3 years ago committed by GitHub
parent 82ced2aa35
commit 4b3150e544
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="/blog/runes" class="banner-bottom">Introducing the upcoming Svelte 5 API: Runes</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