diff --git a/apps/nextjs/public/collections/blobert.svg b/apps/nextjs/public/collections/blobert.svg index 45e15604..4978bc24 100644 --- a/apps/nextjs/public/collections/blobert.svg +++ b/apps/nextjs/public/collections/blobert.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/apps/nextjs/src/app/_components/CollectionCard.tsx b/apps/nextjs/src/app/_components/CollectionCard.tsx index e5be31f2..00275589 100644 --- a/apps/nextjs/src/app/_components/CollectionCard.tsx +++ b/apps/nextjs/src/app/_components/CollectionCard.tsx @@ -18,7 +18,7 @@ export const CollectionCard = ({ collection }: Props) => { alt={collection.name} width={50} height={50} - className="rounded-full" + className="w-24 rounded-full" /> )}