Skip to content

Commit a87b0c4

Browse files
committed
Replaced the meshery badge with the meshmate on devrel page
Signed-off-by: Aryan Shah <aryanashah11@gmail.com>
1 parent 4a7ca24 commit a87b0c4

2 files changed

Lines changed: 111 additions & 2 deletions

File tree

Lines changed: 107 additions & 0 deletions
Loading

src/sections/Devrel-platform/content.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ import InlineQuotes from "../../components/Inline-quotes";
1010
import YashSharmaIMg from "../../collections/members/yash-sharma/yash-sharma.webp";
1111
import NicJacksonImg from "../../collections/members/nicholas-jackson/nic-jackson.webp";
1212
import RutkIkegahImg from "../../collections/members/ruth-ikegah/ruth-ikegah.jpg";
13+
import meshmate from "../../assets/images/meshmate/meshmate.svg";
14+
1315
const DevrelContentWrapper = styled.div`
1416
min-height: fit-content;
1517
border-width: 2px 2px 2px 2px;
@@ -334,8 +336,8 @@ const DevrelContent = () => {
334336
</div>
335337
<div className="badge-item">
336338
<img
337-
src="https://badges.layer5.io/assets/badges/meshery/meshery.png"
338-
alt="Meshery Badge"
339+
src={meshmate}
340+
alt="Meshmate Badge"
339341
/>
340342
</div>
341343
</div>

0 commit comments

Comments
 (0)