mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23:02 +00:00
docs: remove unused Footer
This commit is contained in:
parent
f79b63a2d2
commit
5724df79f3
3 changed files with 1 additions and 14 deletions
|
@ -1,11 +0,0 @@
|
|||
<script>
|
||||
import { Grid, Row, Column } from "carbon-components-svelte";
|
||||
</script>
|
||||
|
||||
<footer class="bx--content">
|
||||
<Grid>
|
||||
<Row>
|
||||
<Column />
|
||||
</Row>
|
||||
</Grid>
|
||||
</footer>
|
|
@ -17,7 +17,6 @@
|
|||
} from "carbon-components-svelte";
|
||||
import LogoGithub20 from "carbon-icons-svelte/lib/LogoGithub20";
|
||||
import Theme from "../components/Theme.svelte";
|
||||
import Footer from "../components/Footer.svelte";
|
||||
|
||||
const deprecated = ["ToggleSmall", "Icon"];
|
||||
const new_components = [];
|
||||
|
@ -145,7 +144,6 @@
|
|||
</SideNavItems>
|
||||
</SideNav>
|
||||
<slot />
|
||||
<Footer />
|
||||
</Theme>
|
||||
|
||||
<style global>
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
</script>
|
||||
|
||||
<Content>
|
||||
<Grid>
|
||||
<Grid style="margin-bottom: var(--cds-layout-06);">
|
||||
<Row>
|
||||
<Column>
|
||||
<h1>Carbon Components Svelte</h1>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue