We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2cb5fc4 + fbfcb06 commit b566e2bCopy full SHA for b566e2b
editor/components/home/cards/builtin-import-new-design-card.tsx
@@ -14,8 +14,8 @@ const importnewdesingcarddata = {
14
export function ImportNewDesignCard() {
15
const router = useRouter();
16
const onclick = () => {
17
- // router.push("/import");
18
- router.push("https://grida.co");
+ router.push("/import");
+ // router.push("https://grida.co");
19
};
20
21
return (
0 commit comments