Skip to content

Commit

Permalink
Update press.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBrehM authored Jan 7, 2024
1 parent 1ab226b commit 01139ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/home/press.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class LandingPress extends Component {
require("../../../static/images/home-photo-grid/grid_image9.JPG").default,
require("../../../static/images/home-photo-grid/grid_image10.JPG").default,
require("../../../static/images/home-photo-grid/grid_image11.JPG").default,
require("../../../static/images/gallery/sample/optimized/new_12.jpg").default {/*grid_image12 seems to crash the website...*/}
require("../../../static/images/gallery/sample/optimized/new_12.jpg").default
].map(function (src) {
return (
<div className="masonryImage col-md-3 col-sm-4 col-xs-6">
Expand Down

0 comments on commit 01139ec

Please sign in to comment.