We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60633be commit 8b9b241Copy full SHA for 8b9b241
1 file changed
src/pages/home/Splash/index.js
@@ -1,6 +1,5 @@
1
import Link from '@docusaurus/Link';
2
import useBaseUrl from '@docusaurus/useBaseUrl';
3
-import React from 'react';
4
5
import SplashLeftIllustration from './SplashLeftIllustration';
6
import SplashRightIllustration from './SplashRightIllustration';
@@ -38,12 +37,12 @@ export default function Splash() {
38
37
<SplashRightIllustration />
39
</div>
40
<div className={styles.migrationText}>
41
- 💡 Coming from an older version? Check out our{' '}
+ ✨ React Navigation 8 is coming. Check out the{' '}
42
<Link
43
- to={useBaseUrl('/docs/migration-guides')}
+ to={useBaseUrl('/blog/2025/12/19/react-navigation-8.0-alpha')}
44
className={styles.linkText}
45
>
46
- migration guides
+ announcement
47
</Link>
48
.
49
0 commit comments