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

CSS Grid has been added to preFormattedBlockNames object

Closes #16870
pull/16884/head
Ahmad Abdolsaheb 2018-03-12 19:31:31 +03:00 committed by mrugesh mohapatra
parent 4f0f17892c
commit 5921f31f8f
1 changed files with 1 additions and 0 deletions

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',