Skip to content

Commit 4f40e02

Browse files
authored
📝 Fix a link in migration docs (#537)
1 parent 4c62a2c commit 4f40e02

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/lazy-crews-chew.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"www": patch
3+
---
4+
5+
Fix a link in migration docs

apps/www/src/app/(docs)/migrate-to-v3/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export default async function MigrateToV3Page() {
112112
</components.a>
113113
</components.li>
114114
<components.li>
115-
<components.a href="/react-hook/use-dark-mode">
115+
<components.a href="/react-hook/use-ternary-dark-mode">
116116
<components.code>useTernaryDarkMode</components.code>
117117
</components.a>
118118
</components.li>

0 commit comments

Comments
 (0)