Add page for submitting to frigate+ (#10273)

* Add screen for submitting to frigate+

* Fix sizing
This commit is contained in:
Nicolas Mowen
2024-03-06 05:24:21 -07:00
committed by GitHub
parent 68ed18d3f4
commit 55077a0bc9
3 changed files with 104 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
import Logo from "@/components/Logo";
import { FaCompactDisc, FaFlag, FaVideo } from "react-icons/fa";
import { LuConstruction } from "react-icons/lu";
@@ -20,6 +21,12 @@ export const navbarLinks = [
title: "Export",
url: "/export",
},
{
id: 5,
icon: Logo,
title: "Frigate+",
url: "/plus",
},
{
id: 4,
icon: LuConstruction,