mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-03-11 04:17:25 +00:00
Update QuickstartCarousel.tsx
This commit is contained in:
parent
e45abde0bf
commit
5358333384
@ -80,7 +80,7 @@ const getContent = (page: number): JSX.Element => {
|
|||||||
case 1:
|
case 1:
|
||||||
return (
|
return (
|
||||||
<video controls width="640" height="360" controlsList="nofullscreen nodownload ">
|
<video controls width="640" height="360" controlsList="nofullscreen nodownload ">
|
||||||
<source src="src\Explorer\Quickstart\Videos\Cosmos-db-turorial.mp4" type="video/mp4"></source>
|
<source src="src/Explorer/Quickstart/Videos/Cosmos-db-turorial.mp4" type="video/mp4"></source>
|
||||||
Your browser does not support the video tag.
|
Your browser does not support the video tag.
|
||||||
</video>
|
</video>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user