Add button tooltips

This commit is contained in:
2021-09-30 11:30:18 +01:00
parent a8e6f66796
commit 5e18203291
5 changed files with 14 additions and 5 deletions

View File

@@ -232,6 +232,7 @@ export default class History extends Component {
className="button--no-background"
onClick={() => this.deleteProgress(progressItem.id)}
icon={<DeleteRoundedIcon />}
title="Delete"
></Button>
</p>
</div>