diff --git a/src/components/icons/LaughIcon.tsx b/src/components/icons/LaughIcon.tsx new file mode 100644 index 00000000..7298de81 --- /dev/null +++ b/src/components/icons/LaughIcon.tsx @@ -0,0 +1,21 @@ +import React from "react" + +export const LaughIcon: React.FC> = ( + props, +) => { + return ( + + + + ) +} diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 6d4d9112..32608a0c 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -8,6 +8,7 @@ import { useAccount } from "wagmi" import { EllipsisHorizontalIcon } from "@heroicons/react/20/solid" import { LoveIcon } from "~/components/icons/LoveIcon" import { BlockchainIcon } from "~/components/icons/BlockchainIcon" +import { LaughIcon } from "~/components/icons/LaughIcon" import { Button } from "~/components/ui/Button" import { useConnectModal } from "@rainbow-me/rainbowkit" import { useRouter } from "next/router" @@ -56,7 +57,7 @@ export default function Home({ region }: { region: string | null }) { width: 3947, height: 1888, }, - icon: , + icon: , title: "Elegent", text: <>Out-of-the-box, good looking, no friction., },