mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-10 21:25:24 +03:00
Adjust icon
This commit is contained in:
parent
8d8a07c02a
commit
6239fc36ab
@ -145,7 +145,7 @@ export default function VideoControls({
|
||||
className={`px-4 py-2 flex justify-between items-center gap-8 text-primary z-50 bg-background/60 rounded-lg ${className ?? ""}`}
|
||||
>
|
||||
{video && features.volume && (
|
||||
<div className="flex justify-normal items-center gap-2">
|
||||
<div className="flex justify-normal items-center gap-2 cursor-pointer">
|
||||
<VolumeIcon
|
||||
className="size-5"
|
||||
onClick={(e: React.MouseEvent) => {
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
import Logo from "@/components/Logo";
|
||||
import { FaCompactDisc, FaVideo } from "react-icons/fa";
|
||||
import { TbTimelineEventFilled } from "react-icons/tb";
|
||||
import { LuConstruction } from "react-icons/lu";
|
||||
import { MdVideoLibrary } from "react-icons/md";
|
||||
|
||||
export const navbarLinks = [
|
||||
{
|
||||
@ -12,7 +12,7 @@ export const navbarLinks = [
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
icon: TbTimelineEventFilled,
|
||||
icon: MdVideoLibrary,
|
||||
title: "Review",
|
||||
url: "/review",
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user