Skip to content

Commit

Permalink
fix(ai-help): remove decorative images from a11y tree (#10520)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored Feb 28, 2024
1 parent 5cf95e2 commit 575420c
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 575420c

Please sign in to comment.