fix: update styling in copy
This commit is contained in:
committed by
mrugesh mohapatra
parent
3518ff9e8e
commit
b5014b85b7
@ -197,9 +197,12 @@ class CertificationSettings extends PureComponent {
|
|||||||
return blockNameIsCertMap[e];
|
return blockNameIsCertMap[e];
|
||||||
});
|
});
|
||||||
|
|
||||||
description = (<div>
|
description = (
|
||||||
|
<div>
|
||||||
|
<p>
|
||||||
Once you've earned the following freeCodeCamp certifications,
|
Once you've earned the following freeCodeCamp certifications,
|
||||||
you'll be able to claim The Full Stack Developer Certification:
|
you'll be able to claim The Full Stack Developer Certification:
|
||||||
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Responsive Web Design</li>
|
<li>Responsive Web Design</li>
|
||||||
<li>Algorithms and Data Structures</li>
|
<li>Algorithms and Data Structures</li>
|
||||||
@ -208,7 +211,8 @@ class CertificationSettings extends PureComponent {
|
|||||||
<li>APIs and Microservices</li>
|
<li>APIs and Microservices</li>
|
||||||
<li>Information Security and Quality Assurance</li>
|
<li>Information Security and Quality Assurance</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>);
|
</div>
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
Reference in New Issue
Block a user