Skip to content

Commit

Permalink
Merge pull request #13 from StauroDEV/fix-links
Browse files Browse the repository at this point in the history
fix: ens deploy links
  • Loading branch information
talentlessguy authored Nov 28, 2023
2 parents a9513e8 + 81ecba4 commit 98e333c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/actions/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@ export const deployAction = async (
const ipfsScanLink = `https://ipfs-scan.io/?cid=${cid}`

console.log(
`\nOpen in a browser:\n${isTTY ? colors.bold('IPFS') : 'IPFS'}: ${colors.underline(
isTTY ? colors.underline(dwebLink) : dwebLink,
)}\n${isTTY ? colors.bold('IPFS Scan') : 'IPFS Scan'}: ${colors.underline(
isTTY ? colors.underline(ipfsScanLink) : ipfsScanLink,
)}`,
`\nOpen in a browser:\n${isTTY ? colors.bold('IPFS') : 'IPFS'}: ${
isTTY ? colors.underline(dwebLink) : dwebLink
}\n${isTTY ? colors.bold('IPFS Scan') : 'IPFS Scan'}: ${
isTTY ? colors.underline(ipfsScanLink) : ipfsScanLink
}`,
)

if (typeof ens === 'string') {
Expand Down

0 comments on commit 98e333c

Please sign in to comment.