Skip to content

Commit

Permalink
fix(docs): meet refine link (#6399)
Browse files Browse the repository at this point in the history
  • Loading branch information
alicanerdurmaz authored Oct 10, 2024
1 parent 66fdee2 commit 03a1810
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/src/assets/nav-menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
],
Expand Down
2 changes: 1 addition & 1 deletion documentation/src/refine-theme/common-header/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
],
Expand Down

0 comments on commit 03a1810

Please sign in to comment.