Skip to content

Commit fe58575

Browse files
committed
Attempt to improve experience for assistive technology users #20
1 parent a3604f8 commit fe58575

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/components/AboutContentItem.astro

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ const { name, jobTitle, about, image, socialLink } = Astro.props;
1919
</div>
2020
</div>
2121
<p>{about}</p>
22-
<a href={socialLink} class="social-link-button">
22+
<a
23+
href={socialLink}
24+
class="social-link-button"
25+
aria-label={`${name} LinkedIn profile`}
26+
>
2327
<img src="/images/linkedin-sml.svg" alt="" class="social-link-icon" />
2428
LinkedIn
2529
</a>

0 commit comments

Comments
 (0)