Skip to content

Commit

Permalink
Merge pull request #282 from kleros/fix/tokens-url
Browse files Browse the repository at this point in the history
fix: tokens url
  • Loading branch information
alcercu authored Jun 6, 2024
2 parents d9648cb + c63573b commit 6d1cd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/curation.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ const Curation = ({ intl }) => (
id: 'curation.start-now.card-3-title'
}),
button: {
href: 'https://tokens.kleros.io/tokens',
href: 'https://tokens.kleros.io',
text: intl.formatMessage(
{ id: 'curation.start-now.card-3-button' }
),
Expand Down

0 comments on commit 6d1cd6a

Please sign in to comment.