Skip to content

Commit 530796d

Browse files
committed
fix: update sources for Devops, Data, Security, and ML Engineer occupations to remove Freecodecamp
1 parent 05944a6 commit 530796d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,28 +51,28 @@ const OCCUPATIONS: Occupation[] = [
5151
title: 'Devops Engineer',
5252
value: 'devops',
5353
icon: FaServer,
54-
sources: ['freecodecamp', 'github', 'reddit', 'devto'],
54+
sources: ['hackernoon', 'github', 'reddit', 'hackernews'],
5555
tags: ['devops', 'kubernetes', 'docker', 'bash'],
5656
},
5757
{
5858
title: 'Data Engineer',
5959
value: 'data',
6060
icon: FaDatabase,
61-
sources: ['freecodecamp', 'github', 'reddit', 'devto'],
61+
sources: ['hackernoon', 'github', 'reddit', 'devto'],
6262
tags: ['data science', 'python', 'artificial intelligence', 'machine learning'],
6363
},
6464
{
6565
title: 'Security Engineer',
6666
value: 'security',
6767
icon: AiFillSecurityScan,
68-
sources: ['freecodecamp', 'github', 'reddit', 'devto'],
68+
sources: ['hackernoon', 'github', 'reddit', 'devto'],
6969
tags: ['security', 'cpp', 'bash', 'python'],
7070
},
7171
{
7272
title: 'ML Engineer',
7373
value: 'ai',
7474
icon: FaRobot,
75-
sources: ['github', 'freecodecamp', 'hackernews', 'devto'],
75+
sources: ['github', 'hackernoon', 'hackernews', 'devto'],
7676
tags: ['machine learning', 'artificial intelligence', 'python'],
7777
},
7878
{

0 commit comments

Comments
 (0)