From 96de66822608a654d65da294ab6dad94c2ba4f4d Mon Sep 17 00:00:00 2001 From: Andy Damevin Date: Fri, 5 Dec 2025 08:48:06 +0100 Subject: [PATCH 1/2] Temp fix for label description of IBM Offering --- src/main/resources/web/ibm-app/index.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/web/ibm-app/index.jsx b/src/main/resources/web/ibm-app/index.jsx index 0970da2..e4a75de 100644 --- a/src/main/resources/web/ibm-app/index.jsx +++ b/src/main/resources/web/ibm-app/index.jsx @@ -31,13 +31,13 @@ const tagsDef = [ }, { name: 'support:tech-preview', - description: 'Technology Preview features provide early access to upcoming product innovations, enabling you to test functionality and provide feedback during the development process. However, these features are not fully supported under Red Hat Subscription Level Agreements.', + description: 'Technology Preview features provide early access to upcoming product innovations, enabling you to test functionality and provide feedback during the development process. However, these features are not fully supported.', color: '#0043CE', background: '#D0E2FF' }, { name: 'support:deprecated', - description: 'This feature is likely to be replaced or removed in a future version of Red Hat build of Quarkus. See release notes on docs.redhat.com for more information.', + description: 'This feature is likely to be replaced or removed in a future version of IBM Enterprise build of Quarkus.', background: '#6a737d', color: '#ffffff', }, From 53adcc9ce0135f0991c792ad10a9393fdd72b28c Mon Sep 17 00:00:00 2001 From: Andy Damevin Date: Fri, 5 Dec 2025 08:49:27 +0100 Subject: [PATCH 2/2] Update src/main/resources/web/ibm-app/index.jsx Co-authored-by: Alexey Loubyansky --- src/main/resources/web/ibm-app/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/web/ibm-app/index.jsx b/src/main/resources/web/ibm-app/index.jsx index e4a75de..c38d86e 100644 --- a/src/main/resources/web/ibm-app/index.jsx +++ b/src/main/resources/web/ibm-app/index.jsx @@ -37,7 +37,7 @@ const tagsDef = [ }, { name: 'support:deprecated', - description: 'This feature is likely to be replaced or removed in a future version of IBM Enterprise build of Quarkus.', + description: 'This feature is likely to be replaced or removed in a future version of IBM Enterprise Build of Quarkus.', background: '#6a737d', color: '#ffffff', },