Skip to content

Commit

Permalink
Contracts page is mostly working now
Browse files Browse the repository at this point in the history
  • Loading branch information
manishiwa committed Oct 15, 2023
1 parent c0a1ff8 commit ca7bab8
Show file tree
Hide file tree
Showing 7 changed files with 723 additions and 468 deletions.
687 changes: 360 additions & 327 deletions app/contracts/address-search.tsx

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions app/contracts/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,15 @@ export default async function ContractsLayout({
>
<p>Description</p>
</Subheading> */}
<AddressSearch />
{children}
</Container>

<Container className="mt-[30px] !pr-0 2xl:!pr-[50px]">
<div className="w-full overflow-x-scroll 2xl:overflow-x-visible z-100 py-5 scrollbar-thin scrollbar-thumb-forest-900 scrollbar-track-forest-500/5 scrollbar-thumb-rounded-full scrollbar-track-rounded-full scroller pr-[50px] 2xl:pr-0">
<div className="min-w-[1330px] ">
<AddressSearch />
{children}
</div>
</div>
</Container>
</>
);
Expand Down
Loading

0 comments on commit ca7bab8

Please sign in to comment.