Skip to content

Commit

Permalink
Remove extra footer
Browse files Browse the repository at this point in the history
  • Loading branch information
portdeveloper committed Mar 23, 2024
1 parent bbf8460 commit c6e3210
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/nextjs/pages/[contractAddress]/[network].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { ParsedUrlQuery } from "querystring";
import { Abi, isAddress } from "viem";
import * as chains from "viem/chains";
import { ExclamationTriangleIcon } from "@heroicons/react/24/outline";
import { Footer } from "~~/components/Footer";
import { MetaHeader } from "~~/components/MetaHeader";
import { MiniHeader } from "~~/components/MiniHeader";
import { ContractUI } from "~~/components/scaffold-eth";
Expand Down Expand Up @@ -133,7 +132,6 @@ const ContractDetailPage = () => {
</div>
)}
</div>
<Footer />
</div>
</>
);
Expand Down

0 comments on commit c6e3210

Please sign in to comment.