Skip to content

Commit 575420c

Browse files
authored
fix(ai-help): remove decorative images from a11y tree (#10520)
1 parent 5cf95e2 commit 575420c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: client/src/plus/ai-help/landing.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,21 @@ export function AIHelpLanding() {
3434
<h2>New Additions</h2>
3535
<div className="ai-help-new-additions">
3636
<figure>
37-
<HistorySVG />
37+
<HistorySVG role="none" />
3838
<figcaption>
3939
<h3>History</h3>
4040
<p>Save your history to revisit your chats at anytime</p>
4141
</figcaption>
4242
</figure>
4343
<figure>
44-
<ContextSVG />
44+
<ContextSVG role="none" />
4545
<figcaption>
4646
<h3>Enhanced Context</h3>
4747
<p>Ask queries about browser compatibility data</p>
4848
</figcaption>
4949
</figure>
5050
<figure>
51-
<GPT4SVG />
51+
<GPT4SVG role="none" />
5252
<figcaption>
5353
<h3>GPT-4-Powered</h3>
5454
<p>Unlock GPT-4's potential with our paid subscriptions</p>

0 commit comments

Comments
 (0)