Skip to content

Commit

Permalink
Fixes 537 - Bad link to the A32NX page in the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
pdellaert committed Dec 25, 2024
1 parent 6312b41 commit 8315ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navigation/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const Footer = () => (
<div className="grid grid-cols-3 items-start gap-x-32 gap-y-5">
<NavWrapper label="Projects">
<NavItem label="Installer" href={links.installer} />
<NavItem label="A32NX" href="/projects/downloadLinks" />
<NavItem label="A32NX" href="/projects/a32nx" />
<NavItem label="A380X" href="/projects/a380x" />
<NavItem label="EFB" href={links.efb} />
</NavWrapper>
Expand Down

0 comments on commit 8315ec0

Please sign in to comment.