Skip to content

Commit

Permalink
fix/change demo url app
Browse files Browse the repository at this point in the history
  • Loading branch information
mario688 committed Aug 26, 2024
1 parent d80a903 commit b92b7e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const APP_CONFIG = {
} as const
// APP_CONFIG_END

const universalLinks = ['https://baca-six.vercel.app', 'https://binarapps.online']
const universalLinks = ['https://baca-six.vercel.app', 'https://baca.binar.app']

/***
* ██████ ██ ██ ███ ██ █████ ███ ███ ██ ██████
Expand Down
2 changes: 1 addition & 1 deletion docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { themes as prismThemes } from 'prism-react-renderer'

const repoLink = 'https://github.com/binarapps/baca-react-native-template'
const docsLink = '/docs/overview'
const demoLink = 'https://binarapps.online/sign-in'
const demoLink = 'https://baca.binar.app/sign-in'

const config: Config = {
title: 'BACA - react native starter',
Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/HomePageHeader/HeaderButtons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function HeaderButtons() {
</Link>
<Link
className={clsx('button button--secondary button--lg', styles.button, styles.buttonTryIt)}
to="https://binarapps.online/sign-in"
to="https://baca.binar.app/sign-in"
>
Try it
</Link>
Expand Down
2 changes: 1 addition & 1 deletion src/constants/links.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const APP_STORE_URL = `https://apps.apple.com/app/id`
export const PLAY_STORE_URL = `https://play.google.com/store/apps/details?id=`
export const BACA_APP_URL = `https://binarapps.online/sign-in`
export const BACA_APP_URL = `https://baca.binar.app/sign-in`
export const BACA_DOCS_URL = `https://baca-docs.vercel.app/docs/overview`

0 comments on commit b92b7e0

Please sign in to comment.