mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
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:
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}`}
|
||||
|
||||
Reference in New Issue
Block a user