Skip to content

Commit 2ec3cc3

Browse files
authored
add base community leaders (#1562)
1 parent 0203575 commit 2ec3cc3

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

apps/web/src/components/GetStarted/GetInvolved.tsx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,29 @@ export default async function GetInvolved() {
2121
topRight={<Icon name="diagonalUpArrow" width="16px" height="16px" />}
2222
classnames="bg-teal-80 border-teal-80"
2323
/>
24+
<ResourceCard
25+
title="Base Community Leaders"
26+
description="Follow and connect with key community members in the Base ecosystem"
27+
href="https://x.com/i/lists/1869425408573075694"
28+
topLeft={<span className="font-mono">04</span>}
29+
topRight={<Icon name="diagonalUpArrow" width="16px" height="16px" />}
30+
classnames="bg-teal-60 border-teal-60"
31+
/>
2432
<ResourceCard
2533
title="Host a Meetup"
2634
description="Sign up to host a meetup with other Based builders anywhere in the world"
2735
href="https://docs.google.com/forms/d/e/1FAIpQLSf5wnzD_czyYOyHFeOmFK_rjsJj7Utovo3jWwR40JizPqmDZg/viewform"
2836
topLeft={<span className="font-mono">02</span>}
2937
topRight={<Icon name="diagonalUpArrow" width="16px" height="16px" />}
30-
classnames="bg-teal-60 border-teal-60"
38+
classnames="bg-teal-80 border-teal-80"
3139
/>
3240
<ResourceCard
3341
title="Use Apps on Base"
3442
description="Browse and use projects being built on the Base ecosystem"
3543
href="https://www.base.org/ecosystem?utm_source=dotorg&utm_medium=builderkit"
3644
topLeft={<span className="font-mono">03</span>}
3745
topRight={<Icon name="diagonalUpArrow" width="16px" height="16px" />}
38-
classnames="bg-teal-80 border-teal-80"
46+
classnames="bg-teal-60 border-teal-60"
3947
/>
4048
</div>
4149
</div>

0 commit comments

Comments
 (0)