diff --git a/web/src/components/Header.tsx b/web/src/components/Header.tsx index 0ca8350c9..6fff81e44 100644 --- a/web/src/components/Header.tsx +++ b/web/src/components/Header.tsx @@ -56,6 +56,7 @@ import { } from "./ui/sheet"; import ActivityIndicator from "./ui/activity-indicator"; import { useRestart } from "@/api/ws"; +import { ENV } from "@/env"; type HeaderProps = { onToggleNavbar: () => void; @@ -111,6 +112,11 @@ function Header({ onToggleNavbar }: HeaderProps) { Frigate + {ENV == "production" && ( +
+ 0.14 unstable +
+ )}