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];
|
||||
});
|
||||
|
||||
description = (<div>
|
||||
description = (
|
||||
<div>
|
||||
<p>
|
||||
Once you've earned the following freeCodeCamp certifications,
|
||||
you'll be able to claim The Full Stack Developer Certification:
|
||||
</p>
|
||||
<ul>
|
||||
<li>Responsive Web Design</li>
|
||||
<li>Algorithms and Data Structures</li>
|
||||
@ -208,7 +211,8 @@ class CertificationSettings extends PureComponent {
|
||||
<li>APIs and Microservices</li>
|
||||
<li>Information Security and Quality Assurance</li>
|
||||
</ul>
|
||||
</div>);
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user