fix: update certification page padding-bottom (#41158)

* fix: update certification page padding-bottom

* fix: update lastpull request remove padding-bottom from certification.css
This commit is contained in:
manziEric 2021-02-22 12:29:37 +01:00 committed by GitHub
parent 0c28a2c755
commit dd8202d7fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -385,6 +385,7 @@ const ShowCertification = props => {
{signedInUserName === username ? shareCertBtns : ''}
<Spacer size={2} />
<ShowProjectLinks user={user} name={displayName} certName={certTitle} />
<Spacer size={2} />
</div>
);
};