Skip to content

Commit 70abc23

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6afe501 commit 70abc23

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/components/video-demo.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@ export const VideoDemo = () => {
99
<Heading as='h1' size='2xl' mb={4}>
1010
Video Demonstration
1111
</Heading>
12-
<Box w='100%' maxW='800px' borderRadius='lg' overflow='hidden' boxShadow='md'>
12+
<Box
13+
w='100%'
14+
maxW='800px'
15+
borderRadius='lg'
16+
overflow='hidden'
17+
boxShadow='md'
18+
>
1319
<iframe
1420
width='100%'
1521
height='450'

0 commit comments

Comments
 (0)