Skip to content

Commit

Permalink
adding missed }
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyatFocallocal committed Oct 19, 2023
1 parent 102c90a commit 1e7c6f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imports/client/ui/pages/Home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class Home extends Component {
} else {
url = '/images/wiggles.jpg'; // Desktop hero image
}
}

let backgroundImage = { backgroundImage: 'url(' + url + ')', opacity };
let imgStyle = { width: '100%' };
Expand Down

0 comments on commit 1e7c6f4

Please sign in to comment.