File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ import InlineQuotes from "../../components/Inline-quotes";
1010import YashSharmaIMg from "../../collections/members/yash-sharma/yash-sharma.webp" ;
1111import NicJacksonImg from "../../collections/members/nicholas-jackson/nic-jackson.webp" ;
1212import RutkIkegahImg from "../../collections/members/ruth-ikegah/ruth-ikegah.jpg" ;
13+ import meshmate from "../../assets/images/meshmate/meshmate.svg" ;
14+
1315const 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 >
You can’t perform that action at this time.
0 commit comments