Skip to content

Commit 4d2dd5b

Browse files
authored
Merge branch 'master' into aryanshah/fix_dialog_code
2 parents 2f91c2d + 28f56c8 commit 4d2dd5b

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

src/sections/Devrel-platform/content.js

Lines changed: 13 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+
14+
1315
const DevrelContentWrapper = styled.div`
1416
min-height: fit-content;
1517
border-width: 2px 2px 2px 2px;
@@ -181,6 +183,9 @@ const DevrelContentWrapper = styled.div`
181183
top: 10.75rem;
182184
left: calc(50% + 2rem);
183185
}
186+
.meshmate-badge {
187+
width: 90%;
188+
}
184189
}
185190
}
186191
}
@@ -210,6 +215,11 @@ const DevrelContentWrapper = styled.div`
210215
top: 8.75rem;
211216
left: calc(50% + 0rem);
212217
}
218+
.meshmate-badge {
219+
width: 90%;
220+
height: 105%;
221+
margin-left: 1rem;
222+
margin-top: 0.6rem;
213223
}
214224
}
215225
}
@@ -334,8 +344,9 @@ const DevrelContent = () => {
334344
</div>
335345
<div className="badge-item">
336346
<img
337-
src="https://badges.layer5.io/assets/badges/meshery/meshery.png"
338-
alt="Meshery Badge"
347+
src="https://badges.layer5.io/assets/badges/meshmate/meshmate.png"
348+
alt="Meshmate Badge"
349+
className="meshmate-badge"
339350
/>
340351
</div>
341352
</div>

0 commit comments

Comments
 (0)