Skip to content

Commit

Permalink
Drop a homepage box
Browse files Browse the repository at this point in the history
  • Loading branch information
wbt committed Oct 22, 2023
1 parent 2c00289 commit 6c91667
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions packages/nextjs/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -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 = () => {
Expand Down Expand Up @@ -45,16 +45,6 @@ const Home: NextPage = () => {
to build your own UI.
</p>
</div>
<div className="flex flex-col bg-base-100 px-10 py-10 text-center items-center max-w-xs rounded-3xl">
<MagnifyingGlassIcon className="h-8 w-8 fill-secondary" />
<p>
Explore your local transactions with the{" "}
<Link href="/blockexplorer" passHref className="link">
Block Explorer
</Link>{" "}
tab.
</p>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 6c91667

Please sign in to comment.