diff --git a/client/src/components/DerivativeImage.tsx b/client/src/components/DerivativeImage.tsx index 73c4c16..d5004cb 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 c5167b1..d6de7d0 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 4477546..2ab014c 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}`}