Skip to content

Commit

Permalink
update build card (#1655)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-defi authored Jan 28, 2025
1 parent fd679ac commit 77c22f5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apps/web/src/components/GetStarted/GetInvolved.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,26 @@ export default async function GetInvolved() {
classnames="bg-teal-80 border-teal-80"
/>
<ResourceCard
title="Base Community Leaders"
description="Follow and connect with key community members in the Base ecosystem"
title="Based Builders"
description="Connect with some based builders. This link is not curated, monitored, or an official endorsement by Base."
href="https://x.com/i/lists/1869425408573075694"
topLeft={<span className="font-mono">04</span>}
topLeft={<span className="font-mono">02</span>}
topRight={<Icon name="diagonalUpArrow" width="16px" height="16px" />}
classnames="bg-teal-60 border-teal-60"
/>
<ResourceCard
title="Host a Meetup"
description="Sign up to host a meetup with other Based builders anywhere in the world"
href="https://docs.google.com/forms/d/e/1FAIpQLSf5wnzD_czyYOyHFeOmFK_rjsJj7Utovo3jWwR40JizPqmDZg/viewform"
topLeft={<span className="font-mono">02</span>}
topLeft={<span className="font-mono">03</span>}
topRight={<Icon name="diagonalUpArrow" width="16px" height="16px" />}
classnames="bg-teal-80 border-teal-80"
/>
<ResourceCard
title="Use Apps on Base"
description="Browse and use projects being built on the Base ecosystem"
href="https://www.base.org/ecosystem?utm_source=dotorg&utm_medium=builderkit"
topLeft={<span className="font-mono">03</span>}
topLeft={<span className="font-mono">04</span>}
topRight={<Icon name="diagonalUpArrow" width="16px" height="16px" />}
classnames="bg-teal-60 border-teal-60"
/>
Expand Down

0 comments on commit 77c22f5

Please sign in to comment.