Skip to content

Commit

Permalink
fix: wrong explorer url in domain refEntity
Browse files Browse the repository at this point in the history
  • Loading branch information
amalcaraz committed Jul 12, 2023
1 parent 01d080b commit d9a7f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/dashboard/manage/ManageDomain/cmp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export default function ManageDomain() {
<div>
<a
className="tp-body1 fs-sm"
href={domain.ref}
href={refEntity.url}
target="_blank"
referrerPolicy="no-referrer"
>
Expand Down

0 comments on commit d9a7f93

Please sign in to comment.