Skip to content

Commit

Permalink
fix: Typeform URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
filipelima18 committed Oct 14, 2024
1 parent e20b9c8 commit 010d8b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/app/src/app/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ export const REPLY_TRANSITION_DELAY = 0.5;
export const ORGANIZATION_CONTACT_LINK =
'https://webforms.pipedrive.com/f/ckvSiEQynHckLBoq0wghZhoy9cQGYZrzaCwP7suEln3tMu5zgFKxY6sSZjTYLRC16X';

export const CSB_FRIENDS_LINK = 'https://codesandbox.typeform.com/friends';
export const CSB_FRIENDS_LINK =
'https://codesandbox.io/docs/learn/plans/codesandbox-friends';
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const SurveyModal: FunctionComponent = () => {
if (el) {
typeformEmbed.makeWidget(
el,
`https://codesandbox.typeform.com/to/LYbjII?userid=${hash(
`https://form.typeform.com/to/LYbjII?userid=${hash(
user.id
)}&ispro=${isPro}`,
{
Expand Down

0 comments on commit 010d8b6

Please sign in to comment.