diff --git a/documentation/src/assets/nav-menu.ts b/documentation/src/assets/nav-menu.ts index f7d900c1ebdb..2964bf919619 100644 --- a/documentation/src/assets/nav-menu.ts +++ b/documentation/src/assets/nav-menu.ts @@ -109,7 +109,7 @@ export const POPOVERMENUS: NavMenu[] = [ { label: "Meet Refine", description: "Call us for any questions", - link: "https://refinedev.typeform.com/to/Z9wS06kE", + link: "https://form.typeform.com/to/Z9wS06kE", icon: RefineIcon, }, ], diff --git a/documentation/src/refine-theme/common-header/constants.ts b/documentation/src/refine-theme/common-header/constants.ts index f17714bd25dc..5e6bdd9bceda 100644 --- a/documentation/src/refine-theme/common-header/constants.ts +++ b/documentation/src/refine-theme/common-header/constants.ts @@ -126,7 +126,7 @@ export const MENU_ITEMS: MenuItemType[] = [ { label: "Meet Refine", description: "Call us for any questions", - link: "https://refinedev.typeform.com/to/Z9wS06kE", + link: "https://form.typeform.com/to/Z9wS06kE", icon: MeetIcon, }, ],