ShowConnections: Remove "(click to copy/open)" from tooltip (#1041)

main
Đỗ Văn Hoài Tuân 2 years ago committed by GitHub
parent 84371ed456
commit 8813f81bde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -120,7 +120,7 @@ function CompactConnectionComponent({ connection, theme }: { connection: Connect
return ( return (
<Tooltip <Tooltip
text={`${connection.name}${!connection.verified ? " (unverified)" : ""} (click to ${url ? "open" : "copy"})`} text={`${connection.name}${!connection.verified ? " (unverified)" : ""}`}
key={connection.id} key={connection.id}
> >
{tooltipProps => {tooltipProps =>

Loading…
Cancel
Save