From 66edbb7526859d5afadb1668e9c4cbb5e5da9887 Mon Sep 17 00:00:00 2001 From: sammysango <136692631+sammysango@users.noreply.github.com> Date: Tue, 3 Dec 2024 09:21:10 +0000 Subject: [PATCH 1/2] updating secondary card links --- src/components/SecondaryCards/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/SecondaryCards/index.tsx b/src/components/SecondaryCards/index.tsx index d126121b5..22ad71691 100644 --- a/src/components/SecondaryCards/index.tsx +++ b/src/components/SecondaryCards/index.tsx @@ -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: ( Get rewarded, secure grants and funding opportunities to bring your @@ -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. @@ -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, From c76c4ee6898135a924018f814b9873038165eb40 Mon Sep 17 00:00:00 2001 From: sammysango <136692631+sammysango@users.noreply.github.com> Date: Tue, 3 Dec 2024 09:23:57 +0000 Subject: [PATCH 2/2] prettier on tooling CTA --- src/components/ToolingCTA.jsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/components/ToolingCTA.jsx b/src/components/ToolingCTA.jsx index c0937c587..014d95333 100644 --- a/src/components/ToolingCTA.jsx +++ b/src/components/ToolingCTA.jsx @@ -13,8 +13,13 @@ export default function ToolingCTA() { return (
- Have you built a tool for Linea? Contribute to the docs to add it - here! See our guide to contributing. + Have you built a tool for Linea? Contribute to the docs to add it here! + See our{" "} + + {" "} + guide to contributing + + .
);