Skip to content

Commit

Permalink
Merge pull request #5804 from H-A-R-S-H-K/brand-update
Browse files Browse the repository at this point in the history
Changed h3 tags to h2 for logos and colors in brand page
  • Loading branch information
vishalvivekm authored Aug 31, 2024
2 parents fa512c6 + 72dc800 commit 392608f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions src/sections/Company/Brand/Brand-components/community.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ const CommunityBrand = () => {
</Row>
<Row>
<Col>
<h3 className="layerH3 in">
<h2 className="layerH3 in">
Logos
</h3>
</h2>
</Col>
<Row className="ImgDiv">
<Col xs={12} sm={3}>
Expand All @@ -58,9 +58,9 @@ const CommunityBrand = () => {
</Row>
<Row>
<Col>
<h3 className="layerH3 in">
<h2 className="layerH3 in">
Colors
</h3>
</h2>
</Col>
<Col>
<p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ const MesheryOperatorBrand = () => {
</Row>
<Row>
<Col>
<h3 className="layerH3 in">
<h2 className="layerH3 in">
Logos
</h3>
</h2>
</Col>
<SRLWrapper>
<Row Vcenter className="ImgDiv">
Expand All @@ -61,9 +61,9 @@ const MesheryOperatorBrand = () => {
</Row>
<Row>
<Col>
<h3 className="layerH3 in">
<h2 className="layerH3 in">
Colors
</h3>
</h2>
</Col>
<Col>
<p>
Expand Down
8 changes: 4 additions & 4 deletions src/sections/Company/Brand/Brand-components/meshmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ const MeshMapBrand = () => {
</Row>
<Row>
<Col>
<h3 className="layerH3 in">
<h2 className="layerH3 in">
Logos
</h3>
</h2>
</Col>
<SRLWrapper>
<Row Vcenter className="ImgDiv">
Expand All @@ -65,9 +65,9 @@ const MeshMapBrand = () => {
</Row>
<Row>
<Col>
<h3 className="layerH3 in">
<h2 className="layerH3 in">
Colors
</h3>
</h2>
</Col>
<Col>
<p>
Expand Down
8 changes: 4 additions & 4 deletions src/sections/Company/Brand/Brand-components/meshsync.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ const MeshSyncBrand = () => {
</Row>
<Row>
<Col>
<h3 className="layerH3 in">
<h2 className="layerH3 in">
Logos
</h3>
</h2>
</Col>
<SRLWrapper>
<Row Vcenter className="ImgDiv">
Expand All @@ -61,9 +61,9 @@ const MeshSyncBrand = () => {
</Row>
<Row>
<Col>
<h3 className="layerH3 in">
<h2 className="layerH3 in">
Colors
</h3>
</h2>
</Col>
<Col>
<p>
Expand Down

0 comments on commit 392608f

Please sign in to comment.