Skip to content

Commit

Permalink
Update theme-ui.md
Browse files Browse the repository at this point in the history
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/).

Closes gatsbyjs#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 .
  • Loading branch information
abhinavverma03 authored Jul 11, 2024
1 parent 1a56c34 commit f498185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/how-to/styling/theme-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Theme UI
It allows you to style any component in your application with typographic, color, and layout values defined in a shared theme object.
Theme UI is currently used in Gatsby's official themes,
but it can be used in any Gatsby site or React application.
It includes the [Emotion][] CSS-in-JS library along with additional utilities for styling [MDX][] and using configurations and themes from [Typography.js][].
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/).

## Using Theme UI in Gatsby

Expand Down

0 comments on commit f498185

Please sign in to comment.