Skip to content

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

Open
huangkevin-apr wants to merge 2 commits into
storybookjs:mainfrom
huangkevin-apr:fix-a11y-bug
Open

Fix: Correct aria-label for Discord social link#375
huangkevin-apr wants to merge 2 commits into
storybookjs:mainfrom
huangkevin-apr:fix-a11y-bug

Conversation

@huangkevin-apr

Copy link
Copy Markdown

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

netlify Bot commented Jan 24, 2026

Copy link
Copy Markdown

Deploy Preview for storybook-addon-catalog ready!

Name Link
🔨 Latest commit 18d409b
🔍 Latest deploy log https://app.netlify.com/projects/storybook-addon-catalog/deploys/6a6223528e75b4000844163e
😎 Deploy Preview https://deploy-preview-375--storybook-addon-catalog.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify

netlify Bot commented Jan 24, 2026

Copy link
Copy Markdown

Deploy Preview for storybook-frontpage ready!

Name Link
🔨 Latest commit 18d409b
🔍 Latest deploy log https://app.netlify.com/projects/storybook-frontpage/deploys/6a622352470de7000833d69e
😎 Deploy Preview https://deploy-preview-375--storybook-frontpage.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai

coderabbitai Bot commented Jul 23, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@jonniebigodes, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 59 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 7da61ed6-3672-4041-8647-afc62428097f

📥 Commits

Reviewing files that changed from the base of the PR and between f4c5ef8 and 18d409b.

📒 Files selected for processing (1)
  • packages/ui/src/footer/top-section.tsx

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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

2 participants