Skip to content

Commit b566e2b

Browse files
Merge branch 'main' of https://github.com/gridaco/designto-code into staging
2 parents 2cb5fc4 + fbfcb06 commit b566e2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

editor/components/home/cards/builtin-import-new-design-card.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ const importnewdesingcarddata = {
1414
export function ImportNewDesignCard() {
1515
const router = useRouter();
1616
const onclick = () => {
17-
// router.push("/import");
18-
router.push("https://grida.co");
17+
router.push("/import");
18+
// router.push("https://grida.co");
1919
};
2020

2121
return (

0 commit comments

Comments
 (0)