Skip to content

Commit 4f889ce

Browse files
committed
Replace img by url
Signed-off-by: Aryan Shah <aryanashah11@gmail.com>
1 parent 2610c2c commit 4f889ce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

-31.2 KB
Binary file not shown.

src/sections/Devrel-platform/content.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ 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-badge.png";
13+
1414

1515
const DevrelContentWrapper = styled.div`
1616
min-height: fit-content;
@@ -336,7 +336,7 @@ const DevrelContent = () => {
336336
</div>
337337
<div className="badge-item">
338338
<img
339-
src={meshmate}
339+
src="https://badges.layer5.io/assets/badges/meshmate/meshmate.png"
340340
alt="Meshmate Badge"
341341
/>
342342
</div>

0 commit comments

Comments
 (0)