Skip to content

Commit

Permalink
CW-Hotfix-production dynamic links
Browse files Browse the repository at this point in the history
  • Loading branch information
MeyerPV committed Sep 20, 2023
1 parent 46c9062 commit 2cd5e5d
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 2cd5e5d

Please sign in to comment.