mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 01:05:20 +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() {
|
||||
return (
|
||||
<div className='space-y-4 p-2 px-4'>
|
||||
<Heading size='2xl'>Birdseye</Heading>
|
||||
<div className="space-y-4 p-2 px-4">
|
||||
<Heading size="2xl">Birdseye</Heading>
|
||||
<div>
|
||||
<JSMpegPlayer camera='birdseye' />
|
||||
<JSMpegPlayer camera="birdseye" />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user