mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
docs: remove vercel, add Deploy to Render button (#832)
* chore: remove vercel * docs: add Deploy to Render button
This commit is contained in:
parent
01637e6ae6
commit
b2623a0695
3 changed files with 6 additions and 24 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue