Skip to content

Commit a1d222d

Browse files
authored
Fix image URLs in docs (#1898)
1 parent 6dddd7a commit a1d222d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/pages/03.03.01-context-menu-handler.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Here's an example of a contextMenuHandler:
7474

7575
The above array will produce a context menu like this:
7676

77-
<img src="../assets/context-menu.png" width="300" />
77+
<img src="../assets/cc-context-menu.png" width="300" />
7878

7979
### Customizing the default context menu
8080

@@ -123,11 +123,11 @@ Dividers can also be added to the context toolbar by specifying 'toolbarItem: tr
123123
```
124124
This will produce a context toolbar like this:
125125

126-
<img src="../assets/context-toolbar.png" width="400" />
126+
<img src="../assets/cc-context-toolbar.png" width="400" />
127127

128128
And when the overflow icon is clicked, like this:
129129

130-
<img src="../assets/context-toolbar-open-overflow.png" width="400" />
130+
<img src="../assets/cc-context-toolbar-open-overflow.png" width="400" />
131131

132132

133133
#### Warning

0 commit comments

Comments
 (0)