Skip to content

Commit

Permalink
fix: builder manage names link (#2085)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo authored Jan 5, 2024
1 parent 2c24b8a commit f56473a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ const ClaimNamePage = (props: Props) => {
inverted
as={'a'}
target="_blank"
href={`${builderUrl}/claim-name`}
href={`${builderUrl}/names`}
>
{t('names_page.manage_your_names')}
</Button>
Expand Down

0 comments on commit f56473a

Please sign in to comment.