Skip to content

Commit 5a449b1

Browse files
fixed topcoder-platform#189 added abbreviaiton for bug hunt tooltip
1 parent 9bae199 commit 5a449b1

File tree

1 file changed

+2
-0
lines changed
  • src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip

1 file changed

+2
-0
lines changed

src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip/index.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const DESCRIPTION = {
2727
WEB_DESIGNS: 'Design UI and front end experiences for web experiences',
2828
WIDGET_OR_MOBILE_SCREEN_DESIGN: 'Design UI and front end experiences for mobile',
2929
WIREFRAMES: 'Produce the information architecture for user experiences',
30+
BUG_HUNT: 'Quickly find Bugs in apps, websites',
3031
};
3132

3233
const HEADER = {
@@ -44,6 +45,7 @@ const HEADER = {
4445
UI_PROTOTYPE_COMPETITION: 'UI Prototype (Pr)',
4546
WEB_DESIGNS: 'Web Design (Wd)',
4647
WIDGET_OR_MOBILE_SCREEN_DESIGN: 'Widget or Mobile Screen Design (Wg)',
48+
BUG_HUNT: 'Bug Hunt (BH)',
4749
};
4850

4951
const TRACK_COLOR_CLASS = {

0 commit comments

Comments
 (0)