Skip to content

Commit bf217ac

Browse files
committed
fix image
1 parent 9cf59e0 commit bf217ac

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

guides/assistant.mdx

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,24 @@ Users can access the assistant in two ways:
2525

2626
- **Keyboard shortcut**: <kbd>Command</kbd> + <kbd>I</kbd> (<kbd>Ctrl</kbd> + <kbd>I</kbd> on Windows)
2727
- **Assistant button** next to the search bar
28-
<Frame>
29-
<img
30-
src="/images/assistant/assistant-button-light.png"
31-
className="block dark:hidden"
32-
alt="Search bar and assistant button in light mode."
33-
/>
34-
<img
35-
src="/images/assistant/assistant-button-dark.png"
36-
className="hidden dark:block"
37-
alt="Search bar and assistant button in dark mode."
38-
/>
39-
</Frame>
28+
<img
29+
src="/images/assistant/assistant-button-light.png"
30+
className="block dark:hidden rounded-2xl border border-gray-100 shadow-lg"
31+
style={{
32+
width: '268px',
33+
height: 'auto',
34+
}}
35+
alt="Search bar and assistant button in light mode."
36+
/>
37+
<img
38+
src="/images/assistant/assistant-button-dark.png"
39+
className="hidden dark:block rounded-2xl border border-white/10 shadow-lg"
40+
style={{
41+
width: '268px',
42+
height: 'auto',
43+
}}
44+
alt="Search bar and assistant button in dark mode."
45+
/>
4046

4147
Both methods open a chat panel on the right side of your docs. Users can ask any question and the assistant will search your documentation for an answer. If no relevant information is found, the assistant will respond that it cannot answer the question.
4248

0 commit comments

Comments
 (0)