Skip to content

Commit

Permalink
Merge pull request #2094 from daostack/CW-Hotfix-production-dynamic-l…
Browse files Browse the repository at this point in the history
…inks

[Production] Dynamic links configure #2093
  • Loading branch information
MeyerPV authored Sep 20, 2023
2 parents 46c9062 + 2cd5e5d commit b0ec8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/constants/dynamicLink.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { REACT_APP_ENV } from "./shared";

export const DYNAMIC_LINK_URI_PREFIX =
REACT_APP_ENV === Environment.Production
? "https://app.common.io"
? "https://link.common.io"
: "https://staging.common.io";

export enum DynamicLinkType {
Expand Down

0 comments on commit b0ec8a4

Please sign in to comment.