aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/linking/LinkMenuItem.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/linking/LinkMenuItem.tsx')
-rw-r--r--src/client/views/linking/LinkMenuItem.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/linking/LinkMenuItem.tsx b/src/client/views/linking/LinkMenuItem.tsx
index d2363c7d3..f601432fe 100644
--- a/src/client/views/linking/LinkMenuItem.tsx
+++ b/src/client/views/linking/LinkMenuItem.tsx
@@ -189,7 +189,7 @@ export class LinkMenuItem extends React.Component<LinkMenuItemProps> {
this.props.destinationDoc.type === "screenshot" ? "photo-video" :
this.props.destinationDoc.type === "webcam" ? "video" :
this.props.destinationDoc.type === "audio" ? "microphone" :
- this.props.destinationDoc.type === "button" ? "lightning" :
+ this.props.destinationDoc.type === "button" ? "bolt" :
this.props.destinationDoc.type === "presentation" ? "tv" :
this.props.destinationDoc.type === "query" ? "search" :
this.props.destinationDoc.type === "script" ? "terminal" :