mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 09:15:22 +03:00
chore: revert quotes in birdseye
This commit is contained in:
parent
4329c8e8d1
commit
8249bfed38
@ -4,10 +4,10 @@ import Heading from '../components/Heading';
|
|||||||
|
|
||||||
export default function Birdseye() {
|
export default function Birdseye() {
|
||||||
return (
|
return (
|
||||||
<div className='space-y-4 p-2 px-4'>
|
<div className="space-y-4 p-2 px-4">
|
||||||
<Heading size='2xl'>Birdseye</Heading>
|
<Heading size="2xl">Birdseye</Heading>
|
||||||
<div>
|
<div>
|
||||||
<JSMpegPlayer camera='birdseye' />
|
<JSMpegPlayer camera="birdseye" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user