Skip to content

Commit

Permalink
refactor: 💡 whitespaces :/
Browse files Browse the repository at this point in the history
  • Loading branch information
samAbeywickrama committed Feb 23, 2020
1 parent 9dc5ac8 commit 699e916
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/VideoBg.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ const VideoBg = ({
onPlay,
el: El = "div"
}) => {

return (
<El
className={`${classNames.wrapper}${wrapperClass ? " " + wrapperClass : ""}`}
className={`${classNames.wrapper}${
wrapperClass ? " " + wrapperClass : ""
}`}
>
<video
className={`${classNames.video}${videoClass ? " " + videoClass : ""}`}
Expand All @@ -34,7 +35,7 @@ const VideoBg = ({
{children}
</video>
</El>
)
);
};

VideoBg.propTypes = {
Expand Down

0 comments on commit 699e916

Please sign in to comment.