From 81ecba46f4114484528f513b57d0794173675cf9 Mon Sep 17 00:00:00 2001 From: v1rtl Date: Tue, 28 Nov 2023 14:27:47 +0200 Subject: [PATCH] fix: ens deploy links --- src/actions/deploy.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/actions/deploy.ts b/src/actions/deploy.ts index 1e89259..6ce21c4 100644 --- a/src/actions/deploy.ts +++ b/src/actions/deploy.ts @@ -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') {