File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
pages/common/Modals/SurveyModal Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,5 @@ export const REPLY_TRANSITION_DELAY = 0.5;
44export 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' ;
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments