Skip to content

Commit

Permalink
Update Hats.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHomanics committed Mar 28, 2024
1 parent c692a16 commit 092b4be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nextjs/app/hats/_components/Hats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export function Hats() {
<>
<div className="py-5 space-y-5 flex flex-col justify-center items-center bg-primary bg-[length:100%_100%] py-1 px-5 sm:px-0 lg:py-auto max-w-[100vw] ">
<p>{result?.data?.name}</p>
{/* eslint-disable-next-line @next/next/no-img-element */}
<img
src={result?.data?.image.replace("ipfs://", "https://nftstorage.link/ipfs/")}
width={156}
Expand Down

0 comments on commit 092b4be

Please sign in to comment.