Skip to content

Commit

Permalink
fix: tokens url
Browse files Browse the repository at this point in the history
  • Loading branch information
kemuru committed Jun 5, 2024
1 parent d9648cb commit c63573b
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 c63573b

Please sign in to comment.