chore: revert spaces

This commit is contained in:
JohnMark Sill 2022-02-16 11:01:11 -06:00
parent eaeda18453
commit 148dbbbf5a

View File

@ -206,7 +206,7 @@ ${Object.keys(objectMaskPoints)
content={
<p>
This tool can help you create masks & zones for your {camera} camera. When done, copy each mask
configuration into your <code className='font-mono'>config.yml</code> file restart your Frigate instance to
configuration into your <code className="font-mono">config.yml</code> file restart your Frigate instance to
save your changes.
</p>
}
@ -233,7 +233,7 @@ ${Object.keys(objectMaskPoints)
<div className="flex-col space-y-4">
<MaskValues
editing={editing}
title='Motion masks'
title="Motion masks"
onCopy={handleCopyMotionMasks}
onCreate={handleAddMask}
onEdit={handleEditMask}