Skip to content

Commit

Permalink
fix: Claim site
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio committed Mar 4, 2024
1 parent fb626ad commit fb88370
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default function DeployToWorld({

const handleClaimName = useCallback(() => {
if (nameType === NameType.DCL) {
window.open(`${MARKETPLACE_WEB_URL}/names/mints`, '_blank', 'noopener,noreferrer')
window.open(`${MARKETPLACE_WEB_URL}/names/claim`, '_blank', 'noopener,noreferrer')
analytics.track('Publish to World - Claim Name')
} else {
analytics.track('Publish to World - Claim ENS Domain')
Expand Down

0 comments on commit fb88370

Please sign in to comment.