Skip to content
Open
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
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
Expand Down