Skip to content

Commit

Permalink
Change tooltip position on 'Export File' button
Browse files Browse the repository at this point in the history
Run prettier

:wq
  • Loading branch information
lluisemper committed Jun 11, 2024
1 parent c8cf847 commit f4740b6
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ class ExportButton extends Component<Props> {

render() {
return (
<Button title="Export to a file" onClick={this.props.exportState}>
<Button
title="Export to a file"
toolTipPosition="top-right"
onClick={this.props.exportState}
>
<TiDownload />
</Button>
);
Expand Down

0 comments on commit f4740b6

Please sign in to comment.