Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/main/resources/web/ibm-app/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
Expand Down
Loading