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

View File

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