We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cf95e2 commit 575420cCopy full SHA for 575420c
client/src/plus/ai-help/landing.tsx
@@ -34,21 +34,21 @@ export function AIHelpLanding() {
34
<h2>New Additions</h2>
35
<div className="ai-help-new-additions">
36
<figure>
37
- <HistorySVG />
+ <HistorySVG role="none" />
38
<figcaption>
39
<h3>History</h3>
40
<p>Save your history to revisit your chats at anytime</p>
41
</figcaption>
42
</figure>
43
44
- <ContextSVG />
+ <ContextSVG role="none" />
45
46
<h3>Enhanced Context</h3>
47
<p>Ask queries about browser compatibility data</p>
48
49
50
51
- <GPT4SVG />
+ <GPT4SVG role="none" />
52
53
<h3>GPT-4-Powered</h3>
54
<p>Unlock GPT-4's potential with our paid subscriptions</p>
0 commit comments