File tree 1 file changed +7
-7
lines changed
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' ;
3
1
import Link from '@docusaurus/Link' ;
2
+ import useBaseUrl from '@docusaurus/useBaseUrl' ;
3
+ import React from 'react' ;
4
4
5
- import styles from './styles.module.css' ;
6
- import Spiro from '/img/spiro_header.svg' ;
7
5
import SplashLeftIllustration from './SplashLeftIllustration' ;
8
6
import SplashRightIllustration from './SplashRightIllustration' ;
7
+ import styles from './styles.module.css' ;
8
+ import Spiro from '/img/spiro_header.svg' ;
9
9
10
10
export default function Splash ( ) {
11
11
return (
@@ -22,12 +22,12 @@ export default function Splash() {
22
22
Routing and navigation for Expo and React Native apps.
23
23
</ h3 >
24
24
< div className = { styles . buttonContainer } >
25
- < a
26
- href = { useBaseUrl ( '/docs/getting-started' ) }
25
+ < Link
26
+ to = { useBaseUrl ( '/docs/getting-started' ) }
27
27
className = { styles . button }
28
28
>
29
29
Read Docs
30
- </ a >
30
+ </ Link >
31
31
< a
32
32
href = "https://github.com/react-navigation/react-navigation/tree/main/example"
33
33
className = { `${ styles . button } ${ styles . buttonPrimary } ` }
You can’t perform that action at this time.
0 commit comments