Skip to content

Commit

Permalink
Merge pull request #4403 from thisiskaransgit/logo-mismatch
Browse files Browse the repository at this point in the history
fix: logo mismatch in gitops page
  • Loading branch information
leecalcote authored Jun 19, 2023
2 parents ba80ad5 + d5f7285 commit 6c1880c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sections/gitops/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const GitOpsPage = () => {
</Col>
<Col className="hero-image" lg={6} md={6} xs={12} sm={10} >
<div className="image-container" >
<img src={SmpLogo} className="logo" />
<MeshMapStack className="logo" />
<img src={Cone} className="cone-image" />
</div>
</Col>
Expand All @@ -73,7 +73,7 @@ const GitOpsPage = () => {
</Col>
<Col lg={6} md={6} className="hero-image" style={{ display: "flex", justifyContent: "flex-end" }} >
<div className="image-container" >
<MeshMapStack className="logo" />
<img src={SmpLogo} className="logo" />
<img src={Cone} className="cone-image" />
</div>
</Col>
Expand Down

0 comments on commit 6c1880c

Please sign in to comment.