Skip to content

Commit

Permalink
update import new design routing on home card
Browse files Browse the repository at this point in the history
  • Loading branch information
softmarshmallow committed Mar 17, 2022
1 parent 3cb73d5 commit fbfcb06
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const importnewdesingcarddata = {
export function ImportNewDesignCard() {
const router = useRouter();
const onclick = () => {
// router.push("/import");
router.push("https://grida.co");
router.push("/import");
// router.push("https://grida.co");
};

return (
Expand Down

1 comment on commit fbfcb06

@vercel
Copy link

@vercel vercel bot commented on fbfcb06 Mar 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.