File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
components/projects/A32NX Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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" >  on hold </ 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 >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const A32nx = () => (
88 < Hero />
99 < Features />
1010 < ExtendedFeatures />
11- < Download />
11+ < Download expOnHold />
1212 </ >
1313) ;
1414
You can’t perform that action at this time.
0 commit comments