Skip to content

Commit 8b9b241

Browse files
committed
Mention React Navigation 8 on homepage
1 parent 60633be commit 8b9b241

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/pages/home/Splash/index.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import Link from '@docusaurus/Link';
22
import useBaseUrl from '@docusaurus/useBaseUrl';
3-
import React from 'react';
43

54
import SplashLeftIllustration from './SplashLeftIllustration';
65
import SplashRightIllustration from './SplashRightIllustration';
@@ -38,12 +37,12 @@ export default function Splash() {
3837
<SplashRightIllustration />
3938
</div>
4039
<div className={styles.migrationText}>
41-
💡 Coming from an older version? Check out our{' '}
40+
✨ React Navigation 8 is coming. Check out the{' '}
4241
<Link
43-
to={useBaseUrl('/docs/migration-guides')}
42+
to={useBaseUrl('/blog/2025/12/19/react-navigation-8.0-alpha')}
4443
className={styles.linkText}
4544
>
46-
migration guides
45+
announcement
4746
</Link>
4847
.
4948
</div>

0 commit comments

Comments
 (0)