mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-27 16:07:01 +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:
|
||||
return (
|
||||
<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.
|
||||
</video>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user