docs: various copy improvements

This commit is contained in:
Eric Liu 2020-11-26 11:43:58 -08:00
commit 3c5b0ba6f1
4 changed files with 8 additions and 4 deletions

View file

@ -64,7 +64,7 @@
<p style="margin-bottom: var(--cds-layout-02)">
Component source code:
<Link size="lg" href="{source}" target="_blank">
<Link inline size="lg" href="{source}" target="_blank">
{component.filePath}
<Launch16 />
</Link>

View file

@ -16,7 +16,11 @@
href="https://www.vercel.com?utm_source=carbon-components-svelte&utm_campaign=oss"
target="_blank"
>
<img src="/powered-by-vercel.svg" alt="Deploys by Vercel" />
<img
height="36px"
src="/powered-by-vercel.svg"
alt="Deploys by Vercel"
/>
</Link>
</Column>
</Row>

View file

@ -171,7 +171,7 @@
<slot />
<h2 id="component-api">Component API</h2>
<p>
Component documentation is
API documentation is
<Link inline href="https://github.com/IBM/sveld" target="_blank">
auto-generated by sveld.
</Link>

View file

@ -5,7 +5,7 @@
### Default
The `Search` component is extra-large by default. There are [large](#large-size) and [small](#small-size) size variants.
The `Search` component size is extra-large by default. There are [large](#large-size) and [small](#small-size) size variants.
<Search />