@@ -428,7 +428,7 @@ const Landing = ({ setOpen, user, setUser }) => {
428
428
return (
429
429
< div >
430
430
< BannerHeader fixed = "top" expand = "md" >
431
- < Navbar . Brand > < Logo > < div className = "sr-only" > TryShape</ div > </ Logo > </ Navbar . Brand >
431
+ < Navbar . Brand > < Logo > < span className = "sr-only" > TryShape</ span > </ Logo > </ Navbar . Brand >
432
432
< Navbar . Toggle >
433
433
< FiMenu color = "var(--color-neutral-10" size = "24px" />
434
434
</ Navbar . Toggle >
@@ -523,7 +523,7 @@ const Landing = ({ setOpen, user, setUser }) => {
523
523
< FileSupportCards >
524
524
< FileSupportCardItem >
525
525
< div className = "card-icon" >
526
- < img src = { IconSvg } />
526
+ < img src = { IconSvg } alt = "Icon for SVG File Type" />
527
527
</ div >
528
528
< h3 className = "card-title" > SVG</ h3 >
529
529
< p className = "card-desc" >
@@ -533,7 +533,7 @@ const Landing = ({ setOpen, user, setUser }) => {
533
533
</ FileSupportCardItem >
534
534
< FileSupportCardItem >
535
535
< div className = "card-icon" >
536
- < img src = { IconPngJpg } />
536
+ < img src = { IconPngJpg } alt = "Icon for PNG and JPG File Types" />
537
537
</ div >
538
538
< h3 className = "card-title" > PNG and JPEG</ h3 >
539
539
< p className = "card-desc" >
@@ -543,7 +543,7 @@ const Landing = ({ setOpen, user, setUser }) => {
543
543
</ FileSupportCardItem >
544
544
< FileSupportCardItem >
545
545
< div className = "card-icon" >
546
- < img src = { IconCss } />
546
+ < img src = { IconCss } alt = "Icon for CSS Snippets" />
547
547
</ div >
548
548
< h3 className = "card-title" > CSS Snippet</ h3 >
549
549
< p className = "card-desc" >
@@ -557,11 +557,11 @@ const Landing = ({ setOpen, user, setUser }) => {
557
557
< SectionContact id = "contact" >
558
558
< Container >
559
559
< SocialLinks >
560
- < a href = "https://github.com/TryShape" target = "_blank" rel = "noopener noreferrer" > < FiGithub /> </ a >
561
- < a href = "https://twitter.com/tapasadhikary" target = "_blank" rel = "noopener noreferrer" > < FiTwitter /> </ a >
562
- < a href = "https://www.linkedin.com/in/tapasadhikary/" target = "_blank" rel = "noopener noreferrer" > < FiLinkedin /> </ a >
563
- < a href = "https://www.youtube.com/c/TapasAdhikary/featured" rel = "noopener noreferrer" > < FiYoutube /> </ a >
564
- < a href = "mailto:[email protected] " rel = "noopener noreferrer" > < FiMail /> </ a >
560
+ < a href = "https://github.com/TryShape" target = "_blank" rel = "noopener noreferrer" > < FiGithub /> < span className = "sr-only" > GitHub </ span > < /a >
561
+ < a href = "https://twitter.com/tapasadhikary" target = "_blank" rel = "noopener noreferrer" > < FiTwitter /> < span className = "sr-only" > Twitter </ span > < /a >
562
+ < a href = "https://www.linkedin.com/in/tapasadhikary/" target = "_blank" rel = "noopener noreferrer" > < FiLinkedin /> < span className = "sr-only" > Linkedin </ span > < /a >
563
+ < a href = "https://www.youtube.com/c/TapasAdhikary/featured" rel = "noopener noreferrer" > < FiYoutube /> < span className = "sr-only" > Youtube </ span > < /a >
564
+ < a href = "mailto:[email protected] " rel = "noopener noreferrer" > < FiMail /> < span className = "sr-only" > Email </ span > < /a >
565
565
</ SocialLinks >
566
566
< SectionContactCredits className = "text-center" > < small > TryShape is an opensource project developed by < a href = "https://tapasadhikary.com/" target = "_blank" > Tapas Adhikary</ a > and friends.</ small > </ SectionContactCredits >
567
567
</ Container >
0 commit comments