Skip to content

Commit 6cc135c

Browse files
committed
Change tooltip position on 'Export File' button
1 parent c8cf847 commit 6cc135c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/redux-devtools-app/src/components/buttons/ExportButton.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class ExportButton extends Component<Props> {
1414

1515
render() {
1616
return (
17-
<Button title="Export to a file" onClick={this.props.exportState}>
17+
<Button title="Export to a file" toolTipPosition='top-right' onClick={this.props.exportState}>
1818
<TiDownload />
1919
</Button>
2020
);

0 commit comments

Comments
 (0)