diff --git a/src/Geopilot.Frontend/src/Header.tsx b/src/Geopilot.Frontend/src/Header.tsx index 9714cf44..168da72e 100644 --- a/src/Geopilot.Frontend/src/Header.tsx +++ b/src/Geopilot.Frontend/src/Header.tsx @@ -10,6 +10,7 @@ import { List, ListItem, ListItemButton, + ListItemIcon, ListItemText, Toolbar, Typography, @@ -22,6 +23,7 @@ import { AdminTemplate } from "./auth/AdminTemplate.js"; import { useLocation, useNavigate } from "react-router-dom"; import { ClientSettings } from "./AppInterfaces"; import { FC, useState } from "react"; +import OpenInNewIcon from "@mui/icons-material/OpenInNew"; interface HeaderProps { clientSettings: ClientSettings; @@ -138,6 +140,9 @@ export const Header: FC = ({ clientSettings, hasDrawerToggle, handl window.open("/browser", "_blank"); }}> + + +