From 869efeaba96ad2c469ce44c92d61f8350ad40d2b Mon Sep 17 00:00:00 2001 From: regen Date: Wed, 16 Apr 2025 11:41:36 +0200 Subject: [PATCH] Update constants.ts: fixed 404 error for DAO link by inluding i18n en path in link --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 527e0d3e..e99f94f0 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -261,7 +261,7 @@ export const USE_CASES: UseCase[] = [ description: 'Solidity has enabled the creation of DAOs, which are self-governing organizations that operate on smart contracts, allowing for transparent decision-making and governance.', imageSrc: '/assets/use-case-glyph-3.svg', - learnMoreLink: `${ETHEREUM_ORG_URL}/dao`, + learnMoreLink: `${ETHEREUM_ORG_URL}/en/dao`, triangleVariant: 'heap', mobileTriangleVariant: 'mobileHeap', },