Skip to content

Commit 6bf1724

Browse files
committed
make icons page lowercase and fix shorthands link
1 parent 34ad8cc commit 6bf1724

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/dev/s2-docs/pages/s2/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const title = 'Home';
4949
{id: 'Divider', name: 'Divider', href: 'Divider.html'},
5050
{id: 'DropZone', name: 'DropZone', href: 'DropZone.html'},
5151
{id: 'Form', name: 'Form', href: 'Form.html'},
52-
{id: 'Icons', name: 'Icons', href: 'Icons.html'},
52+
{id: 'Icons', name: 'Icons', href: 'icons.html'},
5353
{id: 'IllustratedMessage', name: 'IllustratedMessage', href: 'IllustratedMessage.html'},
5454
{id: 'Illustrations', name: 'Illustrations', href: 'Illustrations.html'},
5555
{id: 'Image', name: 'Image', href: 'Image.html'},

packages/dev/s2-docs/pages/s2/reference.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Size props like `width` and `height` accept arbitrary pixel values. Values are c
3737

3838
## Text
3939

40-
Spectrum 2 typography can be applied via the `font` [shorthand](#shorthand), which sets `fontFamily`, `fontSize`, `fontWeight`, `lineHeight`, and `color`. You can override any of these individually.
40+
Spectrum 2 typography can be applied via the `font` [shorthand](#shorthands), which sets `fontFamily`, `fontSize`, `fontWeight`, `lineHeight`, and `color`. You can override any of these individually.
4141

4242
```tsx
4343
<main>

packages/dev/s2-docs/pages/s2/styling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ function MyComponent({isQuiet, styles}: {isQuiet?: boolean, styles?: StyleString
300300
<MyComponent styles={userStyles} />
301301
```
302302

303-
The `iconStyle` macro should be used when styling Icons, see the [docs](./Icons.html#iconstyle) for more information.
303+
The `iconStyle` macro should be used when styling Icons, see the [docs](./icons.html#iconstyle) for more information.
304304

305305
## CSS optimization
306306

0 commit comments

Comments
 (0)