Skip to content

Commit b90d2fb

Browse files
Updating video freezeframe
1 parent c8c52d4 commit b90d2fb

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

5.89 MB
Loading

src/components/video-demo.js

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const VideoDemo = () => {
4444
aria-label='Play VirtualShip Classroom Demonstration video'
4545
>
4646
<Image
47-
src='/video-thumbnails/virtualship-demo.jpg'
47+
src='/video-thumbnails/quickstartguide1.png'
4848
alt='Preview frame for VirtualShip Classroom Demonstration'
4949
w='100%'
5050
h='100%'
@@ -59,15 +59,20 @@ export const VideoDemo = () => {
5959
bg='blackAlpha.700'
6060
color='white'
6161
borderRadius='full'
62-
w='64px'
63-
h='64px'
62+
px={6}
63+
py={3}
6464
display='flex'
6565
alignItems='center'
6666
justifyContent='center'
67-
fontSize='2xl'
67+
gap={4}
68+
fontSize='md'
69+
fontWeight='semibold'
6870
lineHeight='1'
6971
>
70-
72+
<Box as='span' aria-hidden='true'>
73+
74+
</Box>
75+
<Box as='span'>Play Quickstart video</Box>
7176
</Box>
7277
</Box>
7378
)}

0 commit comments

Comments
 (0)