From f34666f9c7be00d1b7e23abab56245930ce56408 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 22 Jul 2023 00:47:46 -0400 Subject: [PATCH] prevent profile photos from being cached --- components/CollectionCard.tsx | 2 +- components/Modal/Collection/TeamManagement.tsx | 4 ++-- pages/collections/[id].tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/CollectionCard.tsx b/components/CollectionCard.tsx index cdd82536..66624683 100644 --- a/components/CollectionCard.tsx +++ b/components/CollectionCard.tsx @@ -60,7 +60,7 @@ export default function CollectionCard({ collection, className }: Props) { return ( ); diff --git a/components/Modal/Collection/TeamManagement.tsx b/components/Modal/Collection/TeamManagement.tsx index fe00eb62..f8190e06 100644 --- a/components/Modal/Collection/TeamManagement.tsx +++ b/components/Modal/Collection/TeamManagement.tsx @@ -235,7 +235,7 @@ export default function TeamManagement({ )}
@@ -420,7 +420,7 @@ export default function TeamManagement({ >
diff --git a/pages/collections/[id].tsx b/pages/collections/[id].tsx index 93a46314..b3173869 100644 --- a/pages/collections/[id].tsx +++ b/pages/collections/[id].tsx @@ -99,7 +99,7 @@ export default function Index() { return ( );