mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-01-28 15:05:00 +03:00
Merge branch 'dev' into node-version
This commit is contained in:
commit
3f7f8789b3
@ -437,8 +437,8 @@ export default function Settings() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex h-full flex-col">
|
<div className="flex h-full flex-col">
|
||||||
<div className="flex items-center justify-between border-b border-secondary p-3">
|
<div className="flex min-h-16 items-center justify-between border-b border-secondary p-3">
|
||||||
<Heading as="h3" className="mb-0 min-h-9">
|
<Heading as="h3" className="mb-0">
|
||||||
{t("menu.settings", { ns: "common" })}
|
{t("menu.settings", { ns: "common" })}
|
||||||
</Heading>
|
</Heading>
|
||||||
{CAMERA_SELECT_BUTTON_PAGES.includes(page) && (
|
{CAMERA_SELECT_BUTTON_PAGES.includes(page) && (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user