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. -

-