Added tooltips to EditModeToggle icons and adjusted tooltip positioning using Material-UI
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user