mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-05 22:57:40 +03:00
prevent console warning about div being descendant of p
This commit is contained in:
parent
4d45551cde
commit
15ced23973
@ -785,7 +785,7 @@ export default function ZoneEditPane({
|
|||||||
</div>
|
</div>
|
||||||
<FormDescription>
|
<FormDescription>
|
||||||
{t("masksAndZones.zones.speedEstimation.desc")}
|
{t("masksAndZones.zones.speedEstimation.desc")}
|
||||||
<div className="mt-2 flex items-center text-primary">
|
<span className="mt-2 flex items-center text-primary">
|
||||||
<Link
|
<Link
|
||||||
to={getLocaleDocUrl(
|
to={getLocaleDocUrl(
|
||||||
"configuration/zones#speed-estimation",
|
"configuration/zones#speed-estimation",
|
||||||
@ -797,7 +797,7 @@ export default function ZoneEditPane({
|
|||||||
{t("readTheDocumentation", { ns: "common" })}
|
{t("readTheDocumentation", { ns: "common" })}
|
||||||
<LuExternalLink className="ml-2 inline-flex size-3" />
|
<LuExternalLink className="ml-2 inline-flex size-3" />
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</span>
|
||||||
</FormDescription>
|
</FormDescription>
|
||||||
<FormMessage />
|
<FormMessage />
|
||||||
</FormItem>
|
</FormItem>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user