Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TtheBC01 committed Oct 4, 2024
1 parent 67d314d commit 2823c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ <h2>Generate keys, signatures, and message payloads to use with Solidity.</h2>
console.log("QX: ", `0x${qx}`);
console.log("QY: ", `0x${qy}`);

const parsedPublicKey = `keyId: ${id}` + "Qx: " + `0x${qx}` + " Qy: " + `0x${qy}`;
const parsedPublicKey = `keyId: ${id}` + ' ' + "Qx: " + `0x${qx}` + " Qy: " + `0x${qy}`;

showCopyToClipboardButton(parsedPublicKey, "Pubkey Data Copied: ");
}
Expand Down

0 comments on commit 2823c03

Please sign in to comment.