Skip to content

Commit 2cbcac3

Browse files
authored
Merge pull request #22 from bitrise-io/add-revops-career-image
Add RevOps career map image and mapping
2 parents c242c3e + ef654b4 commit 2cbcac3

2 files changed

Lines changed: 146 additions & 0 deletions

File tree

src/images/careers/revops.svg

Lines changed: 143 additions & 0 deletions
Loading

src/js/career-maps/images.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import productDesignUrl from '../../images/careers/product_design.svg';
1010
import productManagementUrl from '../../images/careers/product_management.svg';
1111
import salesUrl from '../../images/careers/sales.svg';
1212
import supportUrl from '../../images/careers/support.svg';
13+
import revopsUrl from '../../images/careers/revops.svg';
1314

1415
const careerImages = {
1516
getImageBySlug: (slug) => {
@@ -38,6 +39,8 @@ const careerImages = {
3839
return salesUrl;
3940
case 'support':
4041
return supportUrl;
42+
case 'revenue_operations':
43+
return revopsUrl;
4144
default:
4245
return null;
4346
}

0 commit comments

Comments
 (0)