Skip to content

Commit

Permalink
chore: compress images
Browse files Browse the repository at this point in the history
  • Loading branch information
PupoSDC committed Dec 18, 2023
1 parent 1c3e89c commit f2d15ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/next-app/pages/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ export const IndexPage: NextPage<IndexPageProps> = ({
size="lg"
component={Link}
children={"Explore A320 Questions"}
href="/modules/737/questions"
href="/modules/a320/questions"
/>
</Grid>
<Grid xs={12} sm={6}>
Expand All @@ -398,7 +398,7 @@ export const IndexPage: NextPage<IndexPageProps> = ({
size="lg"
component={Link}
children={"Create A320 Test"}
href="/modules/737/tests/create"
href="/modules/a320/tests/create"
/>
</Grid>
</Grid>
Expand Down

0 comments on commit f2d15ca

Please sign in to comment.