Skip to content

Commit 09bcc91

Browse files
committed
UI improvements
1 parent c75d1a7 commit 09bcc91

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

packages/nextjs/components/Footer.tsx

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,8 @@ import { usePathname } from "next/navigation";
44
import Create from "../app/create/Create";
55
import Modal from "../app/create/Modal";
66
import { useAccount } from "wagmi";
7-
import { HeartIcon, PlusCircleIcon } from "@heroicons/react/24/outline";
8-
import {
9-
BellIcon,
10-
EnvelopeIcon,
11-
HomeIcon,
12-
MagnifyingGlassIcon,
13-
PlusIcon,
14-
ShoppingCartIcon,
15-
} from "@heroicons/react/24/solid";
7+
import { HeartIcon } from "@heroicons/react/24/outline";
8+
import { BellIcon, HomeIcon, MagnifyingGlassIcon, PlusIcon, ShoppingCartIcon } from "@heroicons/react/24/solid";
169
import { useScaffoldReadContract } from "~~/hooks/scaffold-eth";
1710

1811
export const Footer = () => {

packages/nextjs/components/punk-society/PostCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { useEffect, useRef, useState } from "react";
44
import Image from "next/image";
55
import Link from "next/link";
66
import BookmarkButton from "./BookmarkButton";
7-
import { formatEther, parseEther } from "viem";
7+
import { formatEther } from "viem";
88
import { useAccount } from "wagmi";
99
import { MagnifyingGlassPlusIcon, ShareIcon, ShoppingCartIcon, XMarkIcon } from "@heroicons/react/24/outline";
1010
import { useScaffoldReadContract, useScaffoldWriteContract } from "~~/hooks/scaffold-eth";

0 commit comments

Comments
 (0)