Skip to content

Commit a25b726

Browse files
majestic-owl448ojeytonwilliams
authored andcommitted
format block list
1 parent bcff947 commit a25b726

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

apps/api/configs/super-block-list.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,11 @@ export const superBlockStages = [
103103
},
104104
{
105105
stageName: 'Daily Challenges',
106-
superBlocks: [
107-
{ name: 'Daily Coding Challenge', path: 'dev-playground' }
108-
]
106+
superBlocks: [{ name: 'Daily Coding Challenge', path: 'dev-playground' }]
109107
},
110108
{
111-
stageName: 'Catalog', superBlocks: [
109+
stageName: 'Catalog',
110+
superBlocks: [
112111
{ name: 'Basic HTML', path: 'basic-html' },
113112
{ name: 'Semantic HTML', path: 'semantic-html' }
114113
]

0 commit comments

Comments
 (0)