docs: remove unused Footer

This commit is contained in:
metonym 2022-02-28 16:19:07 -08:00
commit 5724df79f3
3 changed files with 1 additions and 14 deletions

View file

@ -1,11 +0,0 @@
<script>
import { Grid, Row, Column } from "carbon-components-svelte";
</script>
<footer class="bx--content">
<Grid>
<Row>
<Column />
</Row>
</Grid>
</footer>

View file

@ -17,7 +17,6 @@
} from "carbon-components-svelte"; } from "carbon-components-svelte";
import LogoGithub20 from "carbon-icons-svelte/lib/LogoGithub20"; import LogoGithub20 from "carbon-icons-svelte/lib/LogoGithub20";
import Theme from "../components/Theme.svelte"; import Theme from "../components/Theme.svelte";
import Footer from "../components/Footer.svelte";
const deprecated = ["ToggleSmall", "Icon"]; const deprecated = ["ToggleSmall", "Icon"];
const new_components = []; const new_components = [];
@ -145,7 +144,6 @@
</SideNavItems> </SideNavItems>
</SideNav> </SideNav>
<slot /> <slot />
<Footer />
</Theme> </Theme>
<style global> <style global>

View file

@ -60,7 +60,7 @@
</script> </script>
<Content> <Content>
<Grid> <Grid style="margin-bottom: var(--cds-layout-06);">
<Row> <Row>
<Column> <Column>
<h1>Carbon Components Svelte</h1> <h1>Carbon Components Svelte</h1>