Skip to content

Commit

Permalink
Merge branch 'frontend-improvements-1' of https://github.com/Consensy…
Browse files Browse the repository at this point in the history
…s/doc.linea into frontend-improvements-1
  • Loading branch information
jlwllmr committed Dec 3, 2024
2 parents 48cba6e + c76c4ee commit 729d9fa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 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
9 changes: 7 additions & 2 deletions src/components/ToolingCTA.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@ export default function ToolingCTA() {
return (
<div style={{ marginTop: "2rem" }}>
<Admonition type="info" title="Want to be featured here?">
Have you built a tool for Linea? Contribute to the docs to add it
here! See our <a href="https://github.com/Consensys/doc.linea?tab=readme-ov-file#contribute"> guide to contributing</a>.
Have you built a tool for Linea? Contribute to the docs to add it here!
See our{" "}
<a href="https://github.com/Consensys/doc.linea?tab=readme-ov-file#contribute">
{" "}
guide to contributing
</a>
.
</Admonition>
</div>
);
Expand Down

0 comments on commit 729d9fa

Please sign in to comment.