diff --git a/frontend/src/components/v2/UpgradeProjectAlert/UpgradeProjectAlert.tsx b/frontend/src/components/v2/UpgradeProjectAlert/UpgradeProjectAlert.tsx index fb59a4e02..f07a076b4 100644 --- a/frontend/src/components/v2/UpgradeProjectAlert/UpgradeProjectAlert.tsx +++ b/frontend/src/components/v2/UpgradeProjectAlert/UpgradeProjectAlert.tsx @@ -110,12 +110,19 @@ export const UpgradeProjectAlert = ({ project }: UpgradeProjectAlertProps): JSX. ) : ( -

- Please ask a project admin to upgrade the project. -
- Upgrading the project version is required to continue receiving the latest improvements - and patches. -

+ <> +

+ Please ask a project admin to upgrade the project. +
+ Upgrading the project version is required to continue receiving the latest + improvements and patches. +

+ + + Learn more + + + )} {currentStatus &&

Status: {currentStatus}

}