From 9f9eb37aea3fff16f4c02a936e125da705f93638 Mon Sep 17 00:00:00 2001 From: Ivan Martinez Date: Fri, 30 Jun 2023 08:33:31 -0400 Subject: [PATCH] Fix opensea urls --- client/src/components/DerivativeImage.tsx | 2 +- client/src/components/DerivativePopup.tsx | 2 +- client/src/components/License.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/components/DerivativeImage.tsx b/client/src/components/DerivativeImage.tsx index 73c4c165..d5004cb4 100644 --- a/client/src/components/DerivativeImage.tsx +++ b/client/src/components/DerivativeImage.tsx @@ -102,7 +102,7 @@ const DerivativeImage = ({ derivative }: Props) => { {derivative.id && ( {`uwucrew #${derivative.id}`} )} diff --git a/client/src/components/DerivativePopup.tsx b/client/src/components/DerivativePopup.tsx index c5167b1c..d6de7d0e 100644 --- a/client/src/components/DerivativePopup.tsx +++ b/client/src/components/DerivativePopup.tsx @@ -101,7 +101,7 @@ const DerivativePopup = ({ derivative, show, close, image }: Props) => { {derivative.id && (
uwucrew:
- + {`#${derivative.id}`}
diff --git a/client/src/components/License.tsx b/client/src/components/License.tsx index 44775461..2ab014c0 100644 --- a/client/src/components/License.tsx +++ b/client/src/components/License.tsx @@ -260,7 +260,7 @@ const License = () => { {t('license.subheader-16')} {theCrew.map((uwu: number) => ( - + {`uwu: #${uwu}`}