Skip to content

Commit

Permalink
Fix image URLs in docs (#1898)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlyn authored Apr 23, 2024
1 parent 6dddd7a commit a1d222d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/pages/03.03.01-context-menu-handler.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Here's an example of a contextMenuHandler:

The above array will produce a context menu like this:

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

### Customizing the default context menu

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

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

And when the overflow icon is clicked, like this:

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


#### Warning
Expand Down

0 comments on commit a1d222d

Please sign in to comment.