File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 11import Link from '@docusaurus/Link' ;
22import useBaseUrl from '@docusaurus/useBaseUrl' ;
3- import React from 'react' ;
43
54import SplashLeftIllustration from './SplashLeftIllustration' ;
65import 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 >
You can’t perform that action at this time.
0 commit comments