Skip to content

Commit 18b2631

Browse files
authored
refactor: put experimental on hold (#504)
1 parent 53ae48e commit 18b2631

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/projects/A32NX/Download.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ export const Download = ({ expOnHold }: { expOnHold?: boolean }) => {
7979
</div>
8080
{expOnHold && (
8181
<span className="flex-wrap mb-8 text-gray-300">
82-
Our experimental branch is temporarily
82+
Our Experimental Version is temporarily
8383
<a href="https://docs.flybywiresim.com/fbw-a32nx/support/exp/" className="text-blue-light">&#32;on hold&#32;</a>
84-
and all of its features have been moved to the development build.
84+
and all of its features have been moved to the Development Version.
8585
</span>
8686
)}
8787
</div>

src/pages/a32nx.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const A32nx = () => (
88
<Hero />
99
<Features />
1010
<ExtendedFeatures />
11-
<Download />
11+
<Download expOnHold/>
1212
</>
1313
);
1414

0 commit comments

Comments
 (0)