Skip to content

Commit

Permalink
remove break-all
Browse files Browse the repository at this point in the history
  • Loading branch information
sainthiago committed Feb 6, 2025
1 parent 110c07f commit 3414f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playground/src/components/evm/EvmWalletConnector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const EvmWalletConnector = (): JSX.Element => {
if (isConnected) {
return (
<div className="connected-wallet-container">
<p className="break-all">{address}</p>
<p>{address}</p>
<button className="connect-button" onClick={() => disconnect()}>
Disconnect
</button>
Expand Down

0 comments on commit 3414f7d

Please sign in to comment.