fix(seed): Capitalizes CSS Grid in the title of challengs (#16875)

CSS Grid has been added to preFormattedBlockNames object

Closes #16870
This commit is contained in:
Ahmad Abdolsaheb
2018-03-12 19:31:31 +03:00
committed by mrugesh mohapatra
parent 4f0f17892c
commit 5921f31f8f

View File

@ -3,6 +3,7 @@ const preFormattedBlockNames = {
'basic-css': 'Basic CSS',
'basic-html-and-html5': 'Basic HTML and HTML5',
'css-flexbox': 'CSS Flexbox',
'css-grid': 'CSS Grid',
devops: 'DevOps',
es6: 'ES6',
'information-security-with-helmetjs': 'Information Security with HelmetJS',