Skip to content

Commit 3403f51

Browse files
committed
fix: update tags for Front-End Engineer occupation to include correct versions of Vue and Angular
1 parent 9e7c3e7 commit 3403f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/onboarding/components/steps/HelloTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const OCCUPATIONS: Occupation[] = [
1414
value: 'frontend',
1515
icon: FaPaintBrush,
1616
sources: ['devto', 'github', 'medium', 'hashnode'],
17-
tags: ['frontend', 'javascript', 'typescript', 'css', 'react', 'vue', 'angular'],
17+
tags: ['frontend', 'javascript', 'typescript', 'css', 'react', 'vue.js', 'angularjs'],
1818
},
1919
{
2020
title: 'Back-End Engineer',

0 commit comments

Comments
 (0)