We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a713e8 commit f6835afCopy full SHA for f6835af
src/components/WelcomeDialog.tsx
@@ -130,7 +130,7 @@ const WelcomeDialog = ({
130
<ModalBody px={20} py={3}>
131
<ModalCloseButton />
132
<AspectRatio ratio={1.78}>
133
- <Box as="video" autoPlay loop src={preConnectVideo} />
+ <Box as="video" autoPlay loop muted src={preConnectVideo} />
134
</AspectRatio>
135
</ModalBody>
136
<ModalFooter justifyContent="flex-end">
0 commit comments