Skip to content

Commit

Permalink
fix: names link
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo committed Jan 12, 2024
1 parent 2469bcb commit 08df8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ENSListPage/ENSListPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export default class ENSListPage extends React.PureComponent<Props, State> {
id="ens_list_page.empty_names"
values={{
br: <br />,
link: <Link to={`${MARKETPLACE_WEB_URL}/names/mint`}>{t('global.click_here')}</Link>
link: <a href={`${MARKETPLACE_WEB_URL}/names/claim`}>{t('global.click_here')}</a>
}}
/>
</div>
Expand Down

0 comments on commit 08df8a7

Please sign in to comment.