mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-19 01:17:06 +03:00
consistent settings icon
This commit is contained in:
parent
459283c60f
commit
83f3128f72
@ -70,7 +70,6 @@ import {
|
|||||||
import { IoIosWarning, IoMdArrowRoundBack } from "react-icons/io";
|
import { IoIosWarning, IoMdArrowRoundBack } from "react-icons/io";
|
||||||
import {
|
import {
|
||||||
LuCheck,
|
LuCheck,
|
||||||
LuCog,
|
|
||||||
LuEar,
|
LuEar,
|
||||||
LuEarOff,
|
LuEarOff,
|
||||||
LuExternalLink,
|
LuExternalLink,
|
||||||
@ -1039,7 +1038,7 @@ function FrigateCameraFeatures({
|
|||||||
"flex flex-col items-center justify-center rounded-lg bg-secondary p-2 text-secondary-foreground md:p-0",
|
"flex flex-col items-center justify-center rounded-lg bg-secondary p-2 text-secondary-foreground md:p-0",
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<LuCog
|
<FaCog
|
||||||
className={`text-secondary-foreground" size-5 md:m-[6px]`}
|
className={`text-secondary-foreground" size-5 md:m-[6px]`}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user