Skip to content
Prev Previous commit
feat(palette): implement new link
  • Loading branch information
Aslam97 committed Sep 11, 2024
commit 86c0f1adbfc3519b3d850a5edc5fd6bed420461e
2 changes: 1 addition & 1 deletion web/components/custom/command-palette/command-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const createCommandGroups = (
icon: "Plus",
value: "Create New Link...",
label: "Create New Link...",
action: () => actions.navigateTo("/")
action: () => actions.navigateTo("/links?create=true")
}
]
},
Expand Down