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 6, 2024
1 parent b9c37e0 commit 7968206
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/home-photo-grid/grid_image12.JPG").default
require("../../../static/images/home-photo-grid/grid_image12.jpg").default
].map(function (src) {
return (
<div className="masonryImage col-md-3 col-sm-4 col-xs-6">
Expand Down

0 comments on commit 7968206

Please sign in to comment.