You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 20, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: packages/chakra-ui-docs/pages/alert.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ The status of the alerts can be changed by passing the `status` prop. This affec
73
73
```
74
74
75
75
### Custom Alert icons
76
-
You can also use custom Alert icons by passing the name of the icon in the `name` prop of the `CAlertIcon`. <nuxt-linkto="/icons">Click here</nuxt-link> to see how to add icons to your Chakra app.
76
+
You can also use custom Alert icons by passing the name of the icon in the `name` prop of the `CAlertIcon`. [Click here](/icon) to see how to add icons to your Chakra app.
Copy file name to clipboardExpand all lines: packages/chakra-ui-docs/pages/grid.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,4 +51,4 @@ time.
51
51
52
52
## Props
53
53
54
-
> `CGrid` composes the `CBox` component. So it accepts all Box props along with the related CSS grid props. See <nuxt-linkto="/box#props">Box</nuxt-link> component for list of props
54
+
> `CGrid` composes the `CBox` component. So it accepts all Box props along with the related CSS grid props. See [Box](/box#props) component for list of props
0 commit comments