docs: add vercel to docsite footer

This commit is contained in:
Eric Liu 2020-10-05 15:03:06 -07:00
commit 826c744ec2
4 changed files with 28 additions and 1 deletions

View file

@ -20,6 +20,7 @@
} from "carbon-components-svelte";
import LogoGithub20 from "carbon-icons-svelte/lib/LogoGithub20";
import Theme from "../components/Theme.svelte";
import Footer from "../components/Footer.svelte";
let isOpen = false;
let isSideNavOpen = true;
@ -238,4 +239,5 @@
</SideNavItems>
</SideNav>
<slot />
<Footer />
</Theme>