File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import { themes as prismThemes } from 'prism-react-renderer'
44
55const repoLink = 'https://github.com/binarapps/baca-react-native-template'
66const docsLink = '/docs/overview'
7+ const demoLink = 'https://binarapps.online/sign-in'
78
89const config : Config = {
910 title : 'BACA - react native starter' ,
@@ -71,6 +72,11 @@ const config: Config = {
7172 label : 'Docs' ,
7273 position : 'left' ,
7374 } ,
75+ {
76+ to : demoLink ,
77+ label : 'Demo' ,
78+ position : 'left' ,
79+ } ,
7480 ] ,
7581 } ,
7682 footer : {
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ function HomepageHeader() {
5555 </ Link >
5656 < Link
5757 className = { clsx ( 'button button--secondary button--lg' , styles . buttonTryIt ) }
58- to = "/docs/overview "
58+ to = "https://binarapps.online/sign-in "
5959 >
6060 Try it
6161 </ Link >
You can’t perform that action at this time.
0 commit comments