Skip to content

Commit

Permalink
Fix link that is broken since release of Chakra UI 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Philzen authored Dec 29, 2024
1 parent 87c23f8 commit 1c38249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/setup/ui/libraries/chakra-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function builder(yargs) {

const CHAKRA_THEME_AND_COMMENTS = `\
// This object will be used to override Chakra-UI theme defaults.
// See https://chakra-ui.com/docs/styled-system/theming/theme for theming options
// See https://v2.chakra-ui.com/docs/styled-system/theme for theming options
const theme = {}
export default theme
`
Expand Down

0 comments on commit 1c38249

Please sign in to comment.