Skip to content

Fix alt text for VibeVoice logo in README#265

Open
krataratha wants to merge 1 commit intomicrosoft:mainfrom
krataratha:patch-1
Open

Fix alt text for VibeVoice logo in README#265
krataratha wants to merge 1 commit intomicrosoft:mainfrom
krataratha:patch-1

Conversation

@krataratha
Copy link
Copy Markdown

Corrected the alt text for the VibeVoice logo image.

Corrected the alt text for the VibeVoice logo image.
Copilot AI review requested due to automatic review settings March 28, 2026 07:51
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR aims to correct the README’s VibeVoice logo image alt text to improve the displayed/accessibility text for the logo.

Changes:

  • Updated the <img> tag’s alt attribute for the VibeVoice logo in README.md.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

<picture>
<source media="(prefers-color-scheme: dark)" srcset="Figures/VibeVoice_logo_white.png">
<img src="Figures/VibeVoice_logo.png" alt="VibeVoice Logo" width="300">
<img src="Figures/VibeVoice_logo.png" alt="VibeVoicelogo" width="300">
Copy link

Copilot AI Mar 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The updated alt text VibeVoicelogo looks like a typo (missing space/casing) and is less readable for screen readers. Consider using a descriptive, properly spaced alt like "VibeVoice logo" (or revert to the previous text).

Suggested change
<img src="Figures/VibeVoice_logo.png" alt="VibeVoicelogo" width="300">
<img src="Figures/VibeVoice_logo.png" alt="VibeVoice logo" width="300">

Copilot uses AI. Check for mistakes.
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.

2 participants