From 056a871b7440fd989b01848c52113ed04149544e Mon Sep 17 00:00:00 2001 From: mrugesh mohapatra Date: Fri, 1 Jun 2018 03:19:28 +0530 Subject: [PATCH] fix(portfolio): Center align the legacy cert text (#17353) --- common/app/routes/Profile/components/Certificates.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/common/app/routes/Profile/components/Certificates.jsx b/common/app/routes/Profile/components/Certificates.jsx index b6f8b97643..0905163856 100644 --- a/common/app/routes/Profile/components/Certificates.jsx +++ b/common/app/routes/Profile/components/Certificates.jsx @@ -162,7 +162,9 @@ function Certificates({ { hasLegacyCert ?
-

Legacy Certifications

+
+

Legacy Certifications

+
{ legacyCerts.map(renderCertShowWithUsername) }