Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/[locale]/founders/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ const Page = async ({ params }: { params: PageParams }) => {
tags: ["active", "grantProgram", "auditGrants", "toolingInfra"],
description: t("page-founders-funding-unichain-description"),
highlights: [t("page-founders-funding-unichain-highlight-1")],
href: "https://uniswapfoundation.mirror.xyz/CR1Boh_s3T7FDGwn2TQyyHYNMO_wp4jJDdtKR4U4CgE",
href: "https://www.uniswapfoundation.org/build",
ctaLabel: t.rich("page-founders-cta-visit-name", {
name: "Unichain",
}),
Expand Down Expand Up @@ -268,7 +268,7 @@ const Page = async ({ params }: { params: PageParams }) => {
tags: ["active", "auditGrants"],
description: t("page-founders-partnerships-unichain-description"),
highlights: [t("page-founders-partnerships-unichain-highlight-1")],
href: "https://www.uniswapfoundation.org/grants",
href: "https://www.uniswapfoundation.org/build",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@konopkja Curious your take... Two main sections on the Uniswap Foundations website, Grant Programs and Build on Uniswap. Makes sense to me to link to the Grants page from the "Funding" tab (above), and link to the builders page from this card

image

If we do, we may want to consider changing/removing the "Audit grants" tag here

Copy link
Contributor Author

@ocandocrypto ocandocrypto Oct 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For context, the Grants page highlights the programs we’ve funded, while the Build page includes info on grants, subsidies, co-marketing, and ecosystem support. That’s why we’d like to update the link.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok makes sense

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thank you! Really looking forward to the merge.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it, thanks again for the clarification

ctaLabel: t.rich("page-founders-cta-visit-name", {
name: "Unichain",
}),
Expand Down