From 0f5f93eaff671d6ed9e703b198cf96d2bac41af3 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 25 May 2023 17:52:27 +0330 Subject: [PATCH] slighter gradient --- components/CollectionCard.tsx | 2 +- pages/collections/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/CollectionCard.tsx b/components/CollectionCard.tsx index 92f57d1..9d871f2 100644 --- a/components/CollectionCard.tsx +++ b/components/CollectionCard.tsx @@ -19,7 +19,7 @@ export default function ({ collection }: { collection: ExtendedCollection }) { }); return ( -
+
diff --git a/pages/collections/index.tsx b/pages/collections/index.tsx index ebd5adf..e2960cf 100644 --- a/pages/collections/index.tsx +++ b/pages/collections/index.tsx @@ -194,7 +194,7 @@ export default function () { })}