fix(client): Content misalignment on the profile page (#52008)

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
DEBANJAN MUKHERJEE
2023-10-25 02:58:14 +05:30
committed by GitHub
parent 269caa0773
commit b7aff1b4c3
@@ -49,7 +49,7 @@ function CertButton({ username, cert }: CertButtonProps): JSX.Element {
return (
<>
<Row>
<Col className='certifications' sm={10} smPush={1}>
<Col className='certifications' sm={10} smOffset={1}>
<Link
className='btn btn-lg btn-primary btn-block'
to={`/certification/${username}/${cert.certSlug}`}