Skip to content

Commit

Permalink
components/Highlight: new bootc-only tabs list
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Schüller <[email protected]>
  • Loading branch information
2 people authored and thozza committed Sep 3, 2024
1 parent 77ee5fa commit 0e58003
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/Highlight.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ export const tabValuesHostedOnly = [
{ label: '⚪ bootc', value: 'bootc', attributes: { className: 'highlight tab disabled' } },
];

export const tabValuesBootcOnly = [
{ label: '⚪ on premises', value: 'on-premises', attributes: { className: 'highlight tab disabled' } },
{ label: '⚪ hosted', value: 'hosted', attributes: { className: 'highlight tab disabled' } },
{ label: '🟣 bootc', value: 'bootc', attributes: { className: 'highlight tab bootc' } },
];

export const tabValuesWithBootc = [
{ label: '🔵 on premises', value: 'on-premises', attributes: { className: 'highlight tab on-premises' } },
{ label: '🟤 hosted', value: 'hosted', attributes: { className: 'highlight tab hosted' } },
Expand Down

0 comments on commit 0e58003

Please sign in to comment.