From 2c7932d042c2741943513977b444ada98ed3d372 Mon Sep 17 00:00:00 2001 From: Anna Date: Tue, 10 Dec 2024 15:26:34 -0500 Subject: [PATCH] chore(curriculum): add frontend to step superblock list (#57290) --- tools/challenge-editor/client/src/components/block/block.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/challenge-editor/client/src/components/block/block.tsx b/tools/challenge-editor/client/src/components/block/block.tsx index 963f61d305a..b28a5b03db4 100644 --- a/tools/challenge-editor/client/src/components/block/block.tsx +++ b/tools/challenge-editor/client/src/components/block/block.tsx @@ -7,7 +7,8 @@ import './block.css'; const stepBasedSuperblocks = [ '07-scientific-computing-with-python', '14-responsive-web-design-22', - '15-javascript-algorithms-and-data-structures-22' + '15-javascript-algorithms-and-data-structures-22', + '25-front-end-development' ]; const taskBasedSuperblocks = [