Skip to content

Commit 03a1810

Browse files
fix(docs): meet refine link (#6399)
1 parent 66fdee2 commit 03a1810

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documentation/src/assets/nav-menu.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export const POPOVERMENUS: NavMenu[] = [
109109
{
110110
label: "Meet Refine",
111111
description: "Call us for any questions",
112-
link: "https://refinedev.typeform.com/to/Z9wS06kE",
112+
link: "https://form.typeform.com/to/Z9wS06kE",
113113
icon: RefineIcon,
114114
},
115115
],

documentation/src/refine-theme/common-header/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export const MENU_ITEMS: MenuItemType[] = [
126126
{
127127
label: "Meet Refine",
128128
description: "Call us for any questions",
129-
link: "https://refinedev.typeform.com/to/Z9wS06kE",
129+
link: "https://form.typeform.com/to/Z9wS06kE",
130130
icon: MeetIcon,
131131
},
132132
],

0 commit comments

Comments
 (0)