From ad20c9724d4949498825b152625ff8b98e129f85 Mon Sep 17 00:00:00 2001 From: Vivek Date: Fri, 25 Aug 2017 16:42:24 +0530 Subject: [PATCH] fix(challenges): Change of text in Introduction to the basic node a Text was not getting changed going from step 1 to step 2 because ul cannot be child node of p tag so I changed p tag to div in Introduction to the basic node and express challenges. For ref. https://stackoverflow.com/questions/10601345/ul-element-can-never-be-a-child-of-p-element BREAKING CHANGE: Changed p tag to div tag in Step.jsx Closes #15796 --- common/app/routes/challenges/views/step/Step.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/app/routes/challenges/views/step/Step.jsx b/common/app/routes/challenges/views/step/Step.jsx index 44959679f7..84cdb9297d 100644 --- a/common/app/routes/challenges/views/step/Step.jsx +++ b/common/app/routes/challenges/views/step/Step.jsx @@ -204,7 +204,7 @@ export class StepChallenge extends PureComponent { smOffset={ 1 } xs={ 12 } > -