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