Skip to content

Commit

Permalink
fix: correct block explorer url
Browse files Browse the repository at this point in the history
  • Loading branch information
RobChangCA committed Sep 27, 2024
1 parent cff9869 commit b33f1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ui-demo/src/components/shared/MintCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export const MintCard = () => {
) : (
<div>
<a
href={`${client?.chain?.blockExplorers?.default}?q=${sendUserOperationResult?.hash}`}
href={`${client?.chain?.blockExplorers?.default.url}?q=${sendUserOperationResult?.hash}`}
target="_blank"
rel="noreferrer"
className="text-fg-secondary mb-6 flex justify-between items-center"
Expand Down

0 comments on commit b33f1d4

Please sign in to comment.