diff --git a/web/src/pages/Logs.tsx b/web/src/pages/Logs.tsx index 5378abb48..ebdcb7232 100644 --- a/web/src/pages/Logs.tsx +++ b/web/src/pages/Logs.tsx @@ -13,6 +13,7 @@ import { toast } from "sonner"; import { isDesktop } from "react-device-detect"; import ActivityIndicator from "@/components/indicators/activity-indicator"; import { cn } from "@/lib/utils"; +import { MdVerticalAlignBottom } from "react-icons/md"; const logTypes = ["frigate", "go2rtc", "nginx"] as const; type LogType = (typeof logTypes)[number]; @@ -381,7 +382,7 @@ function Logs() { {initialScroll && !endVisible && ( )}