Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/example/src/pages/components/ArticleCard.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ The `<ArticleCard>` component should generally be used inside of a `<Row>` and `

| property | propType | required | default | description |
| ---------- | -------- | -------- | -------- | --------------------------------------------------------------------------------------------------- |
| children | node | | | Use 32x32 image as child, will display in bottom left of card |
| children | node | | | Set an image |
| href | string | | | Set url for card |
| title | string | | | Card title |
| subTitle | string | | | Card smaller sub title |
Expand Down
2 changes: 1 addition & 1 deletion packages/example/src/pages/guides/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ siteMetadata: {

If you need to override the default favicon, you can do so by passing a relative path to the icon. It’s recommended to provide a 512 x 512 version.

**IMPORTANT:** For best results, if you’re providing an icon for generation it should be…
**Important:** For best results, if you’re providing an icon for generation it should be…

- at least as big as the largest icon being generated (512x512 by default).
- square (if it’s not, transparent bars will add to make it square).
Expand Down