Skip to content

Commit

Permalink
UI improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
luloxi committed Oct 15, 2024
1 parent c75d1a7 commit 09bcc91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions packages/nextjs/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,8 @@ import { usePathname } from "next/navigation";
import Create from "../app/create/Create";
import Modal from "../app/create/Modal";
import { useAccount } from "wagmi";
import { HeartIcon, PlusCircleIcon } from "@heroicons/react/24/outline";
import {
BellIcon,
EnvelopeIcon,
HomeIcon,
MagnifyingGlassIcon,
PlusIcon,
ShoppingCartIcon,
} from "@heroicons/react/24/solid";
import { HeartIcon } from "@heroicons/react/24/outline";
import { BellIcon, HomeIcon, MagnifyingGlassIcon, PlusIcon, ShoppingCartIcon } from "@heroicons/react/24/solid";
import { useScaffoldReadContract } from "~~/hooks/scaffold-eth";

export const Footer = () => {
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/components/punk-society/PostCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useEffect, useRef, useState } from "react";
import Image from "next/image";
import Link from "next/link";
import BookmarkButton from "./BookmarkButton";
import { formatEther, parseEther } from "viem";
import { formatEther } from "viem";
import { useAccount } from "wagmi";
import { MagnifyingGlassPlusIcon, ShareIcon, ShoppingCartIcon, XMarkIcon } from "@heroicons/react/24/outline";
import { useScaffoldReadContract, useScaffoldWriteContract } from "~~/hooks/scaffold-eth";
Expand Down

0 comments on commit 09bcc91

Please sign in to comment.