docs: remove vercel, add Deploy to Render button (#832)

* chore: remove vercel

* docs: add Deploy to Render button
This commit is contained in:
Eric Liu 2021-09-29 09:49:15 -07:00 committed by GitHub
commit b2623a0695
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 24 deletions

View file

@ -1,28 +1,11 @@
<script>
import { Content, Grid, Row, Column, Link } from "carbon-components-svelte";
import { Grid, Row, Column } from "carbon-components-svelte";
</script>
<footer class="bx--content">
<Grid>
<Row>
<Column>
<Link
href="https://www.vercel.com?utm_source=carbon-components-svelte&utm_campaign=oss"
target="_blank"
>
<img
height="40px"
src="/powered-by-vercel.svg"
alt="Deploys by Vercel"
/>
</Link>
</Column>
<Column />
</Row>
</Grid>
</footer>
<style>
footer {
background: var(--cds-ui-01);
}
</style>