Move verified next to default
This commit is contained in:
committed by
Adam Butterworth
parent
5885a5a392
commit
6524e2a044
@@ -53,12 +53,11 @@ class Certificates extends React.Component {
|
||||
const { intl } = this.props;
|
||||
const certificateIllustration = ((type) => {
|
||||
switch (type) {
|
||||
case 'Verified Certificate':
|
||||
return verifiedCertificateSVG;
|
||||
case 'Professional Certificate':
|
||||
return professionalCertificateSVG;
|
||||
case 'MicroMasters Certificate':
|
||||
return microMastersSVG;
|
||||
case 'Verified Certificate':
|
||||
default:
|
||||
return verifiedCertificateSVG;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user