Add tray icons.
This commit is contained in:
@@ -10,10 +10,10 @@ const NavigationHeader: React.FC = () => {
|
||||
const isWatcherStarted = useAppSelector(selectWatcherStatus);
|
||||
const menuItems: MenuItemType[] = [
|
||||
{ label: <NavLink to="/">{t("navigation.home")}</NavLink>, key: "home" },
|
||||
{
|
||||
label: <NavLink to="/settings">{t("navigation.settings")}</NavLink>,
|
||||
key: "settings",
|
||||
},
|
||||
// {
|
||||
// label: <NavLink to="/settings">{t("navigation.settings")}</NavLink>,
|
||||
// key: "settings",
|
||||
// },
|
||||
];
|
||||
return (
|
||||
<Badge.Ribbon
|
||||
|
||||
Reference in New Issue
Block a user