Skip to content

Commit 9ff1e43

Browse files
Merge branch 'CharitSingChauhan-add-missing-alt-attribute-to-images' of https://github.com/CharitSinghChauhan/website into CharitSingChauhan-add-missing-alt-attribute-to-images
2 parents 29db0d6 + fecaa54 commit 9ff1e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ const Logo = () => {
425425
return (
426426
<div>
427427
<Link href='/' className=''>
428-
<img src={imageSrc} className='h-12 mr-2 ' alt='JSON Schema logo' />
428+
<img src={imageSrc} className='h-12 mr-2 ' alt='JSON Schema logo'/>
429429
</Link>
430430
</div>
431431
);

0 commit comments

Comments
 (0)