add tooltips to the table view

This commit is contained in:
Calli
2023-07-16 19:23:01 +03:00
parent 5750d986d1
commit c7f3a9b7c6
2 changed files with 41 additions and 11 deletions

View File

@@ -305,9 +305,11 @@ export const PlanetTableRow = ({
</div>
</TableCell>
<TableCell>
<Button variant="contained" onClick={handle3DrenderOpen}>
3D
</Button>
<Tooltip title="Open 3D render of this planet">
<Button variant="contained" onClick={handle3DrenderOpen}>
3D
</Button>
</Tooltip>
</TableCell>
<Dialog
fullScreen