Skip to content

Commit 2c7932d

Browse files
authored
chore(curriculum): add frontend to step superblock list (freeCodeCamp#57290)
1 parent e5c2bac commit 2c7932d

File tree

1 file changed

+2
-1
lines changed
  • tools/challenge-editor/client/src/components/block

1 file changed

+2
-1
lines changed

tools/challenge-editor/client/src/components/block/block.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ import './block.css';
77
const stepBasedSuperblocks = [
88
'07-scientific-computing-with-python',
99
'14-responsive-web-design-22',
10-
'15-javascript-algorithms-and-data-structures-22'
10+
'15-javascript-algorithms-and-data-structures-22',
11+
'25-front-end-development'
1112
];
1213

1314
const taskBasedSuperblocks = [

0 commit comments

Comments
 (0)