diff --git a/src/admin/AdminAppMenu.tsx b/src/admin/AdminAppMenu.tsx index 20f51c46..de7e9f4d 100644 --- a/src/admin/AdminAppMenu.tsx +++ b/src/admin/AdminAppMenu.tsx @@ -7,10 +7,10 @@ import { PATH_GRID_INFERRED, } from '@/app-core/paths'; import { useAppState } from '@/state/AppState'; -import { BiCog } from 'react-icons/bi'; import { ImCheckboxUnchecked } from 'react-icons/im'; import { IoCloseSharp } from 'react-icons/io5'; import AdminAppInsightsIcon from './insights/AdminAppInsightsIcon'; +import { LuCog } from 'react-icons/lu'; export default function AdminAppMenu() { const { @@ -24,13 +24,15 @@ export default function AdminAppMenu() { + icon: , href: PATH_ADMIN_INSIGHTS, }, { label: 'Configuration', - icon: , + icon: , href: PATH_ADMIN_CONFIGURATION, }, { label: isSelecting @@ -41,7 +43,7 @@ export default function AdminAppMenu() { className="text-[18px] translate-y-[-0.5px]" /> : , href: PATH_GRID_INFERRED, action: () => { diff --git a/src/admin/AdminNavClient.tsx b/src/admin/AdminNavClient.tsx index 3002a54e..c90063c6 100644 --- a/src/admin/AdminNavClient.tsx +++ b/src/admin/AdminNavClient.tsx @@ -19,8 +19,8 @@ import { differenceInMinutes } from 'date-fns'; import { usePathname } from 'next/navigation'; import { useEffect, useMemo, useState } from 'react'; import { FaRegClock } from 'react-icons/fa'; -import { HiOutlineCog } from 'react-icons/hi'; import AdminAppInsightsIcon from './insights/AdminAppInsightsIcon'; +import { LuCog } from 'react-icons/lu'; // Updates considered recent if they occurred in past 5 minutes const areTimesRecent = (dates: Date[]) => dates @@ -92,10 +92,12 @@ export default function AdminNavClient({
} + className={clsx( + 'translate-y-[-2px]', + isPathAdminInsights(pathname) + ? 'font-bold' + : 'text-dim')} + loader={} > @@ -106,7 +108,7 @@ export default function AdminNavClient({ : 'text-dim'} loader={} > - - - - + {indicator &&