forked from Github/frigate
Add page for submitting to frigate+ (#10273)
* Add screen for submitting to frigate+ * Fix sizing
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user