File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ import { BACA_APP_URL , BACA_DOCS_URL } from '@baca/constants'
12import { Box , Button , Center , Text } from '@baca/design-system'
23import { useCallback , useScreenOptions , useTranslation } from '@baca/hooks'
34import { Linking } from 'react-native'
@@ -25,21 +26,15 @@ export const HomeScreen = () => {
2526 justifyContent = { 'center' }
2627 mt = { 4 }
2728 >
28- < Button
29- h = { 12 }
30- m = { 3 }
31- maxWidth = { 160 }
32- minWidth = { 160 }
33- onPress = { ( ) => openLink ( 'https://baca-docs.vercel.app/docs/overview' ) }
34- >
29+ < Button h = { 12 } m = { 3 } maxWidth = { 160 } minWidth = { 160 } onPress = { ( ) => openLink ( BACA_DOCS_URL ) } >
3530 { t ( 'home_screen.read_docs' ) }
3631 </ Button >
3732 < Button . SecondaryColor
3833 h = { 12 }
3934 m = { 3 }
4035 maxWidth = { 160 }
4136 minWidth = { 160 }
42- onPress = { ( ) => openLink ( 'https://binarapps.online/sign-in' ) }
37+ onPress = { ( ) => openLink ( BACA_APP_URL ) }
4338 >
4439 { t ( 'home_screen.try_it' ) }
4540 </ Button . SecondaryColor >
You can’t perform that action at this time.
0 commit comments