From f2d15cac4507950caef509b599b90804d64f4c4a Mon Sep 17 00:00:00 2001 From: Pedro Pupo Sa da Costa Date: Mon, 18 Dec 2023 23:26:49 +0000 Subject: [PATCH] chore: compress images --- apps/next-app/pages/index.page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/next-app/pages/index.page.tsx b/apps/next-app/pages/index.page.tsx index 6f0ab2c54..0a621b7cf 100644 --- a/apps/next-app/pages/index.page.tsx +++ b/apps/next-app/pages/index.page.tsx @@ -389,7 +389,7 @@ export const IndexPage: NextPage = ({ size="lg" component={Link} children={"Explore A320 Questions"} - href="/modules/737/questions" + href="/modules/a320/questions" /> @@ -398,7 +398,7 @@ export const IndexPage: NextPage = ({ size="lg" component={Link} children={"Create A320 Test"} - href="/modules/737/tests/create" + href="/modules/a320/tests/create" />