From 5921f31f8ffc281aed18ee0e37bf69773d35fb5a Mon Sep 17 00:00:00 2001 From: Ahmad Abdolsaheb Date: Mon, 12 Mar 2018 19:31:31 +0300 Subject: [PATCH] fix(seed): Capitalizes CSS Grid in the title of challengs (#16875) CSS Grid has been added to preFormattedBlockNames object Closes #16870 --- common/app/utils/blockNameify.js | 1 + 1 file changed, 1 insertion(+) diff --git a/common/app/utils/blockNameify.js b/common/app/utils/blockNameify.js index c431f7a33bd..72dc1ad157e 100644 --- a/common/app/utils/blockNameify.js +++ b/common/app/utils/blockNameify.js @@ -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',