Skip to content

Commit

Permalink
Add label
Browse files Browse the repository at this point in the history
  • Loading branch information
pecanoro committed Dec 23, 2024
1 parent 1524d49 commit 7468eff
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/js/module/K2pickerarea/K2PickerareaPicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class K2PickerareaPicker extends React.Component {
shortName: '💻 Engineering',
},
'Integration Server': {
className: `${defaultBtnClass} inactive k2-integration server tooltipped tooltipped-n`,
className: `${defaultBtnClass} inactive k2-integration-server tooltipped tooltipped-n`,
shortName: '📤 IS',
},
Design: {
Expand All @@ -28,12 +28,16 @@ class K2PickerareaPicker extends React.Component {
},
Infra: {
className: `${defaultBtnClass} inactive k2-infra`,
shortName: '🔥 Infra',
shortName: '🚨 Infra',
},
External: {
className: `${defaultBtnClass} inactive k2-external`,
shortName: '👥 External',
},
'Hot Pick': {
className: `${defaultBtnClass} inactive k2-hot-pick`,
shortName: '🔥 Hot Pick',
},
};
// eslint-disable-next-line rulesdir/prefer-underscore-method
$('.js-issue-labels .IssueLabel').each((i, el) => {
Expand Down

0 comments on commit 7468eff

Please sign in to comment.