From 7ad2b33c085828d792d466b48d217c5c80de2a8f Mon Sep 17 00:00:00 2001 From: Chris Griffing Date: Thu, 14 Nov 2024 17:27:01 -0800 Subject: [PATCH] fix: remove names from about section --- playgrounds/app/src/routes/about.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/playgrounds/app/src/routes/about.tsx b/playgrounds/app/src/routes/about.tsx index 32435ce..d1eab16 100644 --- a/playgrounds/app/src/routes/about.tsx +++ b/playgrounds/app/src/routes/about.tsx @@ -58,12 +58,13 @@ export default function About() { ) : ( contributors?.latest?.map(contributor => (
  • - {contributor.username} - {contributor.username} + + {contributor.username} +
  • )) )}