File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ) }
You can’t perform that action at this time.
0 commit comments