Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix/change demo url app #73

Merged
merged 1 commit into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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`
Loading