Skip to content

Commit

Permalink
Update home.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
daoauth committed Oct 13, 2024
1 parent 2373fde commit e82bb85
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/example/src/pages/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ export const Home = () => {
<img src="/logo-sui.svg" alt="sui" className="logo" />
<h1 className="title">PTB Builder</h1>
<ConnectButton />
{connectionStatus === 'connected' && (
<p style={{ color: 'white' }}>{`${NETWORK.toUpperCase()}`}</p>
)}
<p style={{ color: 'white' }}>{`${NETWORK.toUpperCase()}`}</p>
<div className="button-container">
{connectionStatus === 'connected' && (
<>
Expand Down

0 comments on commit e82bb85

Please sign in to comment.