We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8cf847 commit 6cc135cCopy full SHA for 6cc135c
packages/redux-devtools-app/src/components/buttons/ExportButton.tsx
@@ -14,7 +14,7 @@ class ExportButton extends Component<Props> {
14
15
render() {
16
return (
17
- <Button title="Export to a file" onClick={this.props.exportState}>
+ <Button title="Export to a file" toolTipPosition='top-right' onClick={this.props.exportState}>
18
<TiDownload />
19
</Button>
20
);
0 commit comments