We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcff947 commit a25b726Copy full SHA for a25b726
1 file changed
apps/api/configs/super-block-list.ts
@@ -103,12 +103,11 @@ export const superBlockStages = [
103
},
104
{
105
stageName: 'Daily Challenges',
106
- superBlocks: [
107
- { name: 'Daily Coding Challenge', path: 'dev-playground' }
108
- ]
+ superBlocks: [{ name: 'Daily Coding Challenge', path: 'dev-playground' }]
109
110
111
- stageName: 'Catalog', superBlocks: [
+ stageName: 'Catalog',
+ superBlocks: [
112
{ name: 'Basic HTML', path: 'basic-html' },
113
{ name: 'Semantic HTML', path: 'semantic-html' }
114
]
0 commit comments