Skip to content

Commit 0e5bb3a

Browse files
authored
Merge branch 'master' into add-switch-component
2 parents 11db561 + 1cddd7a commit 0e5bb3a

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

src/sections/Community/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ const CommunityPage = () => {
124124
</div>
125125
<div className="badge-item">
126126
<img
127-
src="https://badges.layer5.io/assets/badges/meshery/meshery.png"
128-
alt="Meshery Badge"
127+
src="https://badges.layer5.io/assets/badges/meshmate/meshmate.png"
128+
alt="Meshmate Badge"
129129
/>
130130
</div>
131131
</div>

src/sections/Resources/Resources-grid/options.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ export const options = [
1313
{ id: 8, value: "Infographic", label: "Infographic" },
1414
{ id: 9, value: "Guide", label: "Guide" },
1515
{ id: 10, value: "FAQ", label: "FAQ" },
16-
{ id: 11, value: "Interview", label: "Interview" }]
16+
{ id: 11, value: "Interview", label: "Interview" },
17+
{ id: 12, value: "Comparison", label: "Comparison" }]
1718
},
1819
{
1920
category: "Product",

0 commit comments

Comments
 (0)