Skip to content

Fix: Correct aria-label for Discord social link#375

Open
huangkevin-apr wants to merge 1 commit intostorybookjs:mainfrom
huangkevin-apr:fix-a11y-bug
Open

Fix: Correct aria-label for Discord social link#375
huangkevin-apr wants to merge 1 commit intostorybookjs:mainfrom
huangkevin-apr:fix-a11y-bug

Conversation

@huangkevin-apr
Copy link

Summary

Fixes the accessibility issue where the Discord social media link in the footer was incorrectly labeled as "Storybook" instead of "Discord".

Solved Issue

Close #374

image

The Discord icon link had a misleading aria-label attribute that would cause screen reader users to hear "Storybook" when the link actually points to Discord. This created confusion and violated WCAG 2.1 accessibility standards.

As shown in screenshot, all other social media links (GitHub, BlueSky, Twitter, YouTube) have correct aria-label values matching their respective platforms. Only the Discord link has this mismatch.

Solution

Changed the name prop of the Circle component from "Storybook" to "Discord" to ensure the accessible label matches the visual icon and link destination.

@netlify
Copy link

netlify bot commented Jan 24, 2026

👷 Deploy request for storybook-addon-catalog pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit a9e2f6a

@netlify
Copy link

netlify bot commented Jan 24, 2026

👷 Deploy request for storybook-frontpage pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit a9e2f6a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Accessibility Issue: Incorrect aria-label on Discord Link

1 participant