mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-01 19:17:41 +03:00
fix spacing
This commit is contained in:
parent
318b525994
commit
0c1f0c235e
@ -106,7 +106,7 @@ export default function FaceSelectionDialog({
|
|||||||
{faceNames.map((faceName) => (
|
{faceNames.map((faceName) => (
|
||||||
<SelectorItem
|
<SelectorItem
|
||||||
key={faceName}
|
key={faceName}
|
||||||
className="flex cursor-pointer gap-3 smart-capitalize"
|
className="flex cursor-pointer gap-2 smart-capitalize"
|
||||||
onClick={() => onTrainAttempt(faceName)}
|
onClick={() => onTrainAttempt(faceName)}
|
||||||
>
|
>
|
||||||
<LuScanFace />
|
<LuScanFace />
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user