mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
refactor(client): remove extra operation (#50445)
This commit is contained in:
@@ -344,10 +344,7 @@ const ShowCertification = (props: ShowCertificationProps): JSX.Element => {
|
||||
<div className='row signatures'>
|
||||
<Image
|
||||
alt="Quincy Larson's Signature"
|
||||
src={
|
||||
'https://cdn.freecodecamp.org' +
|
||||
'/platform/english/images/quincy-larson-signature.svg'
|
||||
}
|
||||
src='https://cdn.freecodecamp.org/platform/english/images/quincy-larson-signature.svg'
|
||||
/>
|
||||
<p>
|
||||
<strong>Quincy Larson</strong>
|
||||
|
||||
Reference in New Issue
Block a user