Skip to content

Commit

Permalink
Disable network dropdown in second step(abi/heimdall)
Browse files Browse the repository at this point in the history
  • Loading branch information
portdeveloper committed Mar 29, 2024
1 parent 5a75eca commit 7f98e23
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/nextjs/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,12 +219,6 @@ const Home: NextPage = () => {
Go back
</button>
<Image src="/logo_inv.svg" alt="logo" width={64} height={64} className="mb-4" />
<div className="absolute top-8 right-4">
<NetworksDropdown
onChange={option => setNetwork(option ? option.value.toString() : "")}
additionalClasses="text-xs w-28"
/>
</div>
</div>

<div className="flex flex-col items-center w-4/5 border-b-2 pb-8">
Expand Down

0 comments on commit 7f98e23

Please sign in to comment.