Skip to content

Commit

Permalink
updating secondary card links
Browse files Browse the repository at this point in the history
  • Loading branch information
sammysango committed Dec 3, 2024
1 parent 1f543e1 commit 66edbb7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/SecondaryCards/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type CardItem = {
const CardList: CardItem[] = [
{
title: "Create your builder profile",
link: "https://aspecta.id/builder-matrix/Linea-builder-launchpad",
link: "https://names.linea.build/",
description: <>Claim your Linea Name to establish your onchain identity.</>,
buttonName: (
<svg
Expand All @@ -41,7 +41,7 @@ const CardList: CardItem[] = [
},
{
title: "Get funded",
link: "https://aspecta.id/builder-matrix/Linea-builder-launchpad",
link: "https://linea.build/linea-ecosystem-investment-alliance",
description: (
<>
Get rewarded, secure grants and funding opportunities to bring your
Expand All @@ -66,7 +66,7 @@ const CardList: CardItem[] = [
},
{
title: "Get noticed",
link: "https://aspecta.id/builder-matrix/Linea-builder-launchpad",
link: "https://consensys-software.typeform.com/to/kSYGqACt?typeform-source=linea.build",
description: (
<>
Get amplified and showcase your work to the Linea community and beyond.
Expand All @@ -90,7 +90,7 @@ const CardList: CardItem[] = [
},
{
title: "Get involved",
link: "https://aspecta.id/builder-matrix/Linea-builder-launchpad",
link: "https://discord.com/invite/linea",
description: (
<>
Join the vibrant Linea Discord to connect with like-minded builders,
Expand Down

0 comments on commit 66edbb7

Please sign in to comment.