Added tooltips to EditModeToggle icons and adjusted tooltip positioning using Material-UI

This commit is contained in:
ISA
2024-09-09 12:09:03 +02:00
parent e1b51f6802
commit ae803bdc50
2 changed files with 15 additions and 5 deletions

View File

@@ -90,6 +90,7 @@ function DataSheet() {
</option>
))}
</select>
<EditModeToggle />
<img src="/img/expand-icon.svg" alt="Expand" className="h-6 w-6 ml-2 cursor-pointer" onClick={handleIconClick} />
</div>
@@ -116,8 +117,6 @@ function DataSheet() {
POIs
</label>
</div>
<EditModeToggle />
</div>
</div>
);