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
The link to Typography.js on the Gatsby Theme-UI documentation page was leading to a 404 error. This commit updates the link to point to the correct URL: [new-link](https://www.gatsbyjs.com/docs/using-typography-js/).
Closesgatsbyjs#39034
- Updated the link in `docs/theme-ui.md`
- Verified that the new link works correctly
This resolves the broken link issue mentioned in issue gatsbyjs#39034 .
Copy file name to clipboardExpand all lines: docs/docs/how-to/styling/theme-ui.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ title: Theme UI
6
6
It allows you to style any component in your application with typographic, color, and layout values defined in a shared theme object.
7
7
Theme UI is currently used in Gatsby's official themes,
8
8
but it can be used in any Gatsby site or React application.
9
-
It includes the [Emotion][] CSS-in-JS library along with additional utilities for styling [MDX][] and using configurations and themes from [Typography.js][].
9
+
It includes the [Emotion][] CSS-in-JS library along with additional utilities for styling [MDX][] and using configurations and themes from [Typography.js](https://www.gatsbyjs.com/docs/using-typography-js/).
0 commit comments