fix(learn): split and simplified learn map (#39154)

This commit is contained in:
Kabindra Shrestha
2020-12-28 20:52:41 -06:00
committed by Mrugesh Mohapatra
parent 48c97238fc
commit ac3d762bb5
25 changed files with 694 additions and 963 deletions

View File

@@ -122,7 +122,7 @@ exports.createSuperBlockIntroPages = createPage => edge => {
path: slug,
component: superBlockIntro,
context: {
superBlock: dasherize(superBlock),
superBlock: superBlock,
slug
}
});