Skip to content

Commit 3f66b5a

Browse files
Fix Accessibility Violation for Slack Community Link
Signed-off-by: huangkevin-apr <huangkevinapr@outlook.com>
1 parent 5997e45 commit 3f66b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/contribute.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const Contribute = ({ size, color, className }) => {
5252
<GithubIcon className={iconClass} />
5353
</a>
5454

55-
<Link to='/community/join-slack' className={anchorClass} activeClassName="!text-primary">
55+
<Link to='/community/join-slack' className={anchorClass} activeClassName="!text-primary" aria-label="Slack">
5656
<SlackIcon className={iconClass} />
5757
</Link>
5858
</div>

0 commit comments

Comments
 (0)