From 18b263136ff16af21939b3f15e0bb97adb906376 Mon Sep 17 00:00:00 2001 From: Val Date: Wed, 28 Jun 2023 19:28:54 +0800 Subject: [PATCH] refactor: put experimental on hold (#504) --- src/components/projects/A32NX/Download.tsx | 4 ++-- src/pages/a32nx.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/projects/A32NX/Download.tsx b/src/components/projects/A32NX/Download.tsx index 97f902fd..2d78ed04 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 6356535f..64742370 100644 --- a/src/pages/a32nx.tsx +++ b/src/pages/a32nx.tsx @@ -8,7 +8,7 @@ const A32nx = () => ( - + );