diff --git a/src/components/projects/A32NX/Download.tsx b/src/components/projects/A32NX/Download.tsx index 97f902f..2d78ed0 100644 --- a/src/components/projects/A32NX/Download.tsx +++ b/src/components/projects/A32NX/Download.tsx @@ -79,9 +79,9 @@ export const Download = ({ expOnHold }: { expOnHold?: boolean }) => { {expOnHold && ( - Our experimental branch is temporarily + Our Experimental Version is temporarily on hold - and all of its features have been moved to the development build. + and all of its features have been moved to the Development Version. )} diff --git a/src/pages/a32nx.tsx b/src/pages/a32nx.tsx index 6356535..6474237 100644 --- a/src/pages/a32nx.tsx +++ b/src/pages/a32nx.tsx @@ -8,7 +8,7 @@ const A32nx = () => ( - + );