Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 11 additions & 30 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/src/components/App/Events/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const Events = () => {
<iframe
src={`https://maps.google.com/maps?q=${nextEvents[0].venue.lat},${
nextEvents[0].venue.lon
}&hl=en&z=14&amp;output=embed`}
}&hl=en&z=14&amp;&output=embed`}
width="100%"
height="335"
title="map"
Expand Down
4 changes: 2 additions & 2 deletions client/src/components/App/Home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ const Home = () => (

<p>Veni a conocernos para aprender sobre desarrollo web en comunidad!</p>

<video controls="controls" autoplay loop="loop">
<source src="https://res.cloudinary.com/dnbygvvyz/video/upload/v1552479645/video-fcc.mp4" />
<video controls="controls" autoPlay loop="loop">
<source src="https://res.cloudinary.com/dnbygvvyz/video/upload/v1552479645/video-fcc.mp4"/>
</video>
</Content>
</Container>
Expand Down
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.