Skip to content

Commit

Permalink
Comment out cloud row to save space
Browse files Browse the repository at this point in the history
  • Loading branch information
r800360 committed Sep 15, 2024
1 parent ceb7f20 commit 5398e20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/UpcomingEvents/EOTGPage/components/Hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class Hero extends React.Component {
</div>
</Col>
</Row>
<Row className="floating justify-content-center">
{/* <Row className="floating justify-content-center">
<Col>
<img
src={BottomLeftCloud}
Expand All @@ -85,7 +85,7 @@ class Hero extends React.Component {
className="eotg-hero__graphic"
/>
</Col>
</Row>
</Row> */}
</Container>
</section>
);
Expand Down

0 comments on commit 5398e20

Please sign in to comment.