Skip to content

Commit 69c0c65

Browse files
committed
changing buttons
1 parent 11188b6 commit 69c0c65

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

website/pages/en/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class HomeSplash extends React.Component {
6363
<div className="inner">
6464
<ProjectTitle tagline={siteConfig.tagline} title={siteConfig.title} />
6565
<PromoSection>
66-
<Button href="docs/installation">GET STARTED</Button>
66+
<Button href="docs/overview">GET STARTED</Button>
6767
{/* <Button href="/docs/installation">API</Button> */}
6868
</PromoSection>
6969
</div>

website/siteConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const siteConfig = {
3131

3232
// For no header links in the top nav bar -> headerLinks: [],
3333
headerLinks: [
34-
{doc: 'installation', label: 'Docs'},
34+
{doc: 'overview', label: 'Docs'},
3535
{
3636
href: 'https://github.com/mCodex/react-native-sensitive-info',
3737
label: 'GitHub',

0 commit comments

Comments
 (0)