Skip to content

Commit

Permalink
Set max size for birdseye
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Dec 22, 2022
1 parent 6b0df12 commit ab2b033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/routes/Birdseye.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function Birdseye() {
return (
<div className="space-y-4 p-2 px-4">
<Heading size="2xl">Birdseye</Heading>
<div>
<div className="max-w-7xl">
<JSMpegPlayer camera="birdseye" />
</div>
</div>
Expand Down

0 comments on commit ab2b033

Please sign in to comment.