We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bae199 commit 5a449b1Copy full SHA for 5a449b1
src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip/index.jsx
@@ -27,6 +27,7 @@ const DESCRIPTION = {
27
WEB_DESIGNS: 'Design UI and front end experiences for web experiences',
28
WIDGET_OR_MOBILE_SCREEN_DESIGN: 'Design UI and front end experiences for mobile',
29
WIREFRAMES: 'Produce the information architecture for user experiences',
30
+ BUG_HUNT: 'Quickly find Bugs in apps, websites',
31
};
32
33
const HEADER = {
@@ -44,6 +45,7 @@ const HEADER = {
44
45
UI_PROTOTYPE_COMPETITION: 'UI Prototype (Pr)',
46
WEB_DESIGNS: 'Web Design (Wd)',
47
WIDGET_OR_MOBILE_SCREEN_DESIGN: 'Widget or Mobile Screen Design (Wg)',
48
+ BUG_HUNT: 'Bug Hunt (BH)',
49
50
51
const TRACK_COLOR_CLASS = {
0 commit comments