mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-05-07 01:16:43 +02:00
UI: use correct icon/i18n for Face Library on mobile
This commit is contained in:
parent
f4284023fd
commit
c382bb1ee4
@ -7,6 +7,7 @@ import {
|
|||||||
LuLogOut,
|
LuLogOut,
|
||||||
LuMoon,
|
LuMoon,
|
||||||
LuSquarePen,
|
LuSquarePen,
|
||||||
|
LuScanFace,
|
||||||
LuRotateCw,
|
LuRotateCw,
|
||||||
LuSettings,
|
LuSettings,
|
||||||
LuSun,
|
LuSun,
|
||||||
@ -284,10 +285,10 @@ export default function GeneralSettings({ className }: GeneralSettingsProps) {
|
|||||||
<Link to="/faces">
|
<Link to="/faces">
|
||||||
<MenuItem
|
<MenuItem
|
||||||
className="flex w-full items-center p-2 text-sm"
|
className="flex w-full items-center p-2 text-sm"
|
||||||
aria-label="Face Library"
|
aria-label={t("menu.faceLibrary")}
|
||||||
>
|
>
|
||||||
<LuSquarePen className="mr-2 size-4" />
|
<LuScanFace className="mr-2 size-4" />
|
||||||
<span>Face Library</span>
|
<span>{t("menu.faceLibrary")}</span>
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
</Link>
|
</Link>
|
||||||
</>
|
</>
|
||||||
|
Loading…
Reference in New Issue
Block a user