Skip to content

Commit

Permalink
Update GitHub URL in web app (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
harishmohanraj authored Sep 3, 2024
1 parent 5b860b3 commit 4df1a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/shared/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { z } from 'zod';
export const DOCS_URL = 'https://docs.opensaas.sh';
export const BLOG_URL = 'https://docs.opensaas.sh/blog';
export const DISCORD_URL = 'https://discord.gg/kJjSGWrknU';
export const GITHUB_URL = 'https://github.com/airtai/fastagency';
export const GITHUB_URL = 'https://github.com/airtai/fastagency-studio';

const isDevEnv = process.env.NODE_ENV !== 'production';
// const customerPortalTestUrl = 'https://billing.stripe.com/p/login/test_4gw7vg40I7vt00wbII'; // TODO: find your test url at https://dashboard.stripe.com/test/settings/billing/portal
Expand Down

0 comments on commit 4df1a74

Please sign in to comment.