Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ai-help): remove decorative images from a11y tree #10520

Merged
merged 1 commit into from
Feb 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions client/src/plus/ai-help/landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,21 @@ export function AIHelpLanding() {
<h2>New Additions</h2>
<div className="ai-help-new-additions">
<figure>
<HistorySVG />
<HistorySVG role="none" />
<figcaption>
<h3>History</h3>
<p>Save your history to revisit your chats at anytime</p>
</figcaption>
</figure>
<figure>
<ContextSVG />
<ContextSVG role="none" />
<figcaption>
<h3>Enhanced Context</h3>
<p>Ask queries about browser compatibility data</p>
</figcaption>
</figure>
<figure>
<GPT4SVG />
<GPT4SVG role="none" />
<figcaption>
<h3>GPT-4-Powered</h3>
<p>Unlock GPT-4's potential with our paid subscriptions</p>
Expand Down
Loading