Skip to content

Commit 56f4f48

Browse files
committed
chore: various docs tweaks
1 parent 3c3741e commit 56f4f48

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

docs/components/Components.module.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77
padding: 8px;
88
}
99

10-
@media screen and (max-width: 768px) {
11-
.card {
12-
min-height: 0;
13-
}
14-
}
15-
1610
.link {
1711
color: unset;
1812
text-decoration: unset;

docs/pages/docs/migration-guide.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Several new props have been added to the `Box` component, including `width`, `he
2929

3030
The `defaultWidth` prop is now `defaultFlex`, and the `width` prop has been changed to `flex`.
3131
Use `Column.from` to create a custom `Column` component.
32-
The `markAsColumn` prop has been removed.
32+
The `markAsColumn` function has been removed.
3333

3434
#### FillView
3535

@@ -48,7 +48,7 @@ The `spaceX` and `spaceY` props have been added.
4848

4949
The `defaultHeight` prop is now `defaultFlex`, and the `height` prop has been changed to `flex`.
5050
Use `Row.from` to create a custom `Row` component.
51-
The `markAsRow` prop has been removed.
51+
The `markAsRow` function has been removed.
5252

5353
#### Tiles
5454

docs/theme.config.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default getDefaultConfig({
2727
},
2828
{
2929
title: 'Migration Guide',
30-
url: '/docs/migration-guid',
30+
url: '/docs/migration-guide',
3131
},
3232
{
3333
title: 'About Grapp.Dev',

0 commit comments

Comments
 (0)