diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-25 10:36:07 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-25 10:36:07 -0500 |
| commit | b2ff3e5bf4892df51febf4b98e4a4bb977561392 (patch) | |
| tree | 558f802071eec15f6fc6df45cb8ef9a22362e75d /src/client/views/DocumentDecorations.tsx | |
| parent | 229e8ba914943da0d11dff00d14a8adae950d853 (diff) | |
| parent | 99e0b01dbe41e56cfdb748b53f03fe71d73a80b7 (diff) | |
merge w master
Diffstat (limited to 'src/client/views/DocumentDecorations.tsx')
| -rw-r--r-- | src/client/views/DocumentDecorations.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/DocumentDecorations.tsx b/src/client/views/DocumentDecorations.tsx index d30adc5a2..d92b1366b 100644 --- a/src/client/views/DocumentDecorations.tsx +++ b/src/client/views/DocumentDecorations.tsx @@ -550,8 +550,8 @@ export class DocumentDecorations extends React.Component<{}, { value: string }> <div className="documentDecorations-contextMenu" onPointerDown={this.onSettingsDown}> <FontAwesomeIcon size="lg" icon="cog" /> </div></Tooltip>) : ( - <Tooltip title={<><div className="dash-tooltip">Iconify</div></>} placement="top"> - <div className="documentDecorations-minimizeButton" onClick={this.onCloseClick}> + <Tooltip title={<><div className="dash-tooltip">Delete</div></>} placement="top"> + <div className="documentDecorations-closeButton" onClick={this.onCloseClick}> {/* Currently, this is set to be enabled if there is no ink selected. It might be interesting to think about minimizing ink if it's useful? -syip2*/} <FontAwesomeIcon className="documentdecorations-times" icon={faTimes} size="lg" /> </div></Tooltip>); |
