Skip to content

Commit

Permalink
Merge 5524d91 into c663324
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmalmgren committed Aug 16, 2019
2 parents c663324 + 5524d91 commit 3d61ce9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bolingbrook-church",
"version": "2.0.1",
"version": "2.0.2",
"private": true,
"dependencies": {
"@material-ui/core": "^3.9.2",
Expand Down
2 changes: 1 addition & 1 deletion src/components/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class Hero extends React.PureComponent<HeroProps, HeroState> {
const file = this.state.mediaData.media[0].fields.file
if (file.contentType.startsWith("video")) {
return (
<video autoPlay loop className={this.props.classes.video}>
<video autoPlay muted loop className={this.props.classes.video}>
<source src={file.url} type={file.contentType} />
</video>
)
Expand Down

0 comments on commit 3d61ce9

Please sign in to comment.