Skip to content

Commit 7f888ea

Browse files
committed
add file menu images
1 parent b7fda35 commit 7f888ea

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

editor.mdx

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,22 @@ In visual mode, select <kbd>/</kbd> to open the dropdown component menu. Add con
201201
### Creating new pages
202202

203203
1. Select the **Create a new file** icon in the file explorer.
204-
TODO: image
204+
<img
205+
src="/images/editor/files-menu-light.png"
206+
className="block dark:hidden rounded-2xl border border-gray-100 shadow-lg"
207+
style={{
208+
width: '268px',
209+
height: 'auto',
210+
}}
211+
alt="Files menu in the web editor."/>
212+
<img
213+
src="/images/editor/files-menu-dark.png"
214+
className="hidden dark:block rounded-2xl border border-white/10 shadow-lg"
215+
style={{
216+
width: '268px',
217+
height: 'auto',
218+
}}
219+
alt="Files menu in the web editor in dark mode."/>
205220
1. Enter a filename.
206221
1. Select <kbd>Enter</kbd> to create the file.
207222

images/editor/files-menu-dark.png

12 KB
Loading

images/editor/files-menu-light.png

11.9 KB
Loading

0 commit comments

Comments
 (0)