This commit is contained in:
lluisemper 2024-06-12 10:27:25 +02:00 committed by GitHub
commit f1c392a036
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,11 @@ class ExportButton extends Component<Props> {
render() { render() {
return ( 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 /> <TiDownload />
</Button> </Button>
); );