Skip to content

Commit 2296388

Browse files
authored
fix: Typeform URLs (#8637)
1 parent e20b9c8 commit 2296388

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/app/src/app/constants.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ export const REPLY_TRANSITION_DELAY = 0.5;
44
export const ORGANIZATION_CONTACT_LINK =
55
'https://webforms.pipedrive.com/f/ckvSiEQynHckLBoq0wghZhoy9cQGYZrzaCwP7suEln3tMu5zgFKxY6sSZjTYLRC16X';
66

7-
export const CSB_FRIENDS_LINK = 'https://codesandbox.typeform.com/friends';
7+
export const CSB_FRIENDS_LINK =
8+
'https://codesandbox.io/docs/learn/plans/codesandbox-friends';

packages/app/src/app/pages/common/Modals/SurveyModal/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const SurveyModal: FunctionComponent = () => {
1616
if (el) {
1717
typeformEmbed.makeWidget(
1818
el,
19-
`https://codesandbox.typeform.com/to/LYbjII?userid=${hash(
19+
`https://form.typeform.com/to/LYbjII?userid=${hash(
2020
user.id
2121
)}&ispro=${isPro}`,
2222
{

0 commit comments

Comments
 (0)