Skip to content

Commit 83ee2c1

Browse files
Updated project cards.
Updated A380X product image and description to represent a state of release. Added "Learn More" buttons to A32NX and A380X project cards that link to their respective product pages.
1 parent e56d37d commit 83ee2c1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/pages/projects/index.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,17 @@ const index: NextPage = () => (
2626
category="Aircraft"
2727
description="The A32NX is a high fidelity and free solution for Microsoft Flight Simulator, built and maintained by the open source community."
2828
downloadURL="/downloads"
29+
href={links.a32nx}
2930
direction="vertical"
3031
/>
3132
<Card
32-
metaImage="/pages/projects/a380x/a380Project.png"
33+
metaImage="/img/rear_a380x.jpg"
3334
metaAlt="A380X"
3435
title="A380X"
3536
category="Aircraft"
36-
description="The A380X is the upcoming first high fidelity and free simulation of the A380 for Microsoft Flight Simulator."
37+
description="Open source and free to fly, the A380X is the first high-fidelity simulation of the world’s largest passenger airliner for Microsoft Flight Simulator."
3738
downloadURL="/downloads"
39+
href={links.a380x}
3840
direction="vertical"
3941
/>
4042
<Card

0 commit comments

Comments
 (0)