Skip to content

Commit

Permalink
chore: remove emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 27, 2023
1 parent e47d221 commit e4d0037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/listen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ export async function listen(
suffix += colors.gray(" [copied to clipboard]");
}
if (url === firstPublicUrl && showQR) {
suffix += colors.gray(" [QR code ⬇️ ]");
suffix += colors.gray(" [QR code]");
}
lines.push(`${label} ${formatURL(url.url)}${suffix}`);
}
Expand Down

0 comments on commit e4d0037

Please sign in to comment.