Skip to content

Commit

Permalink
chore: trigger a netlify build
Browse files Browse the repository at this point in the history
  • Loading branch information
teebszet committed Jun 28, 2024
1 parent b74e9bd commit 4c4c273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/components/MintRunes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const MintRunes = ({ addresses, network }: Props) => {
setTotalSize(response.result.totalSize);
} else {
console.error(response.error);
alert('Error Fetching Estimate. See console for details.');
alert(`Error estimating ${runeName} mint. See console for details.`);
}
};

Expand Down

0 comments on commit 4c4c273

Please sign in to comment.