From 6c91667a37e6f7f52728a414fe8d14fd009e922e Mon Sep 17 00:00:00 2001 From: WBT Date: Sun, 22 Oct 2023 02:07:18 -0400 Subject: [PATCH] Drop a homepage box --- packages/nextjs/pages/index.tsx | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/packages/nextjs/pages/index.tsx b/packages/nextjs/pages/index.tsx index 51ab2b3..53c5cc0 100644 --- a/packages/nextjs/pages/index.tsx +++ b/packages/nextjs/pages/index.tsx @@ -1,6 +1,6 @@ import Link from "next/link"; import type { NextPage } from "next"; -import { BuildingStorefrontIcon, MagnifyingGlassIcon, SparklesIcon } from "@heroicons/react/24/outline"; +import { BuildingStorefrontIcon, SparklesIcon } from "@heroicons/react/24/outline"; import { MetaHeader } from "~~/components/MetaHeader"; const Home: NextPage = () => { @@ -45,16 +45,6 @@ const Home: NextPage = () => { to build your own UI.

-
- -

- Explore your local transactions with the{" "} - - Block Explorer - {" "} - tab. -

-