Compare commits

..

No commits in common. "0f6b98d4dab18231ce8906656b43c886e4834ed0" and "777b01bb050356e67ecd7a2fbd0afa6bea3d87f8" have entirely different histories.

3 changed files with 4 additions and 4 deletions

View File

@ -178,7 +178,7 @@ lpr:
:::note
If a camera is configured to detect `car` or `motorcycle` but you don't want Frigate to run LPR for that camera, disable LPR at the camera level:
If you want to detect cars on cameras but don't want to use resources to run LPR on those cars, you should disable LPR for those specific cameras.
```yaml
cameras:

View File

@ -46,13 +46,13 @@ export default function NavItem({
onClick={onClick}
className={({ isActive }) =>
cn(
"flex flex-col items-center justify-center rounded-lg p-[6px]",
"flex flex-col items-center justify-center rounded-lg",
className,
variants[item.variant ?? "primary"][isActive ? "active" : "inactive"],
)
}
>
<Icon className="size-5" />
<Icon className="size-5 md:m-[6px]" />
</NavLink>
);

View File

@ -799,7 +799,7 @@ function DetectionReview({
(itemsToReview ?? 0) > 0 && (
<div className="col-span-full flex items-center justify-center">
<Button
className="text-balance text-white"
className="text-white"
aria-label={t("markTheseItemsAsReviewed")}
variant="select"
onClick={() => {