Skip to content

Commit 46f45ec

Browse files
authored
Merge pull request #268 from shubhendusaurabh/issue-189
fixed #189 added abbreviaiton for bug hunt tooltip
2 parents 07a6704 + 2990fa6 commit 46f45ec

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

+2
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,15 @@ 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 = {
3334
APPLICATION_FRONT_END_DESIGN: 'Application Front-End Design (AFED)',
3435
ARCHITECTURE: 'Architecture (Ar)',
3536
ASSEMBLY_COMPETITION: 'Assembly (As)',
3637
BANNERS_OR_ICONS: 'Banners/Icons (BI)',
38+
BUG_HUNT: 'Bug Hunt (BH)',
3739
CODE: 'Code (Cd)',
3840
CONCEPTUALIZATION: 'Conceptualization (Cn)',
3941
DESIGN_FIRST_2_FINISH: 'Design First2Finish(DF2F)',

0 commit comments

Comments
 (0)