File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- import React from 'react' ;
2- import useBaseUrl from '@docusaurus/useBaseUrl' ;
31import Link from '@docusaurus/Link' ;
2+ import useBaseUrl from '@docusaurus/useBaseUrl' ;
3+ import React from 'react' ;
44
5- import styles from './styles.module.css' ;
6- import Spiro from '/img/spiro_header.svg' ;
75import SplashLeftIllustration from './SplashLeftIllustration' ;
86import SplashRightIllustration from './SplashRightIllustration' ;
7+ import styles from './styles.module.css' ;
8+ import Spiro from '/img/spiro_header.svg' ;
99
1010export default function Splash ( ) {
1111 return (
@@ -22,12 +22,12 @@ export default function Splash() {
2222 Routing and navigation for Expo and React Native apps.
2323 </ h3 >
2424 < div className = { styles . buttonContainer } >
25- < a
26- href = { useBaseUrl ( '/docs/getting-started' ) }
25+ < Link
26+ to = { useBaseUrl ( '/docs/getting-started' ) }
2727 className = { styles . button }
2828 >
2929 Read Docs
30- </ a >
30+ </ Link >
3131 < a
3232 href = "https://github.com/react-navigation/react-navigation/tree/main/example"
3333 className = { `${ styles . button } ${ styles . buttonPrimary } ` }
You can’t perform that action at this time.
0 commit comments