Skip to content

Commit

Permalink
refactor: put experimental on hold (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
Valastiri authored Jun 28, 2023
1 parent 53ae48e commit 18b2631
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/projects/A32NX/Download.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ export const Download = ({ expOnHold }: { expOnHold?: boolean }) => {
</div>
{expOnHold && (
<span className="flex-wrap mb-8 text-gray-300">
Our experimental branch is temporarily
Our Experimental Version is temporarily
<a href="https://docs.flybywiresim.com/fbw-a32nx/support/exp/" className="text-blue-light">&#32;on hold&#32;</a>
and all of its features have been moved to the development build.
and all of its features have been moved to the Development Version.
</span>
)}
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/a32nx.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const A32nx = () => (
<Hero />
<Features />
<ExtendedFeatures />
<Download />
<Download expOnHold/>
</>
);

Expand Down

0 comments on commit 18b2631

Please sign in to comment.