From de9624393cb85277f71c46e6bc6028e536a0a938 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Thu, 23 Feb 2023 10:52:50 -0500 Subject: [PATCH] try inline --- src/components/Person.js | 2 +- src/styles.css | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/components/Person.js b/src/components/Person.js index 9f359179..b84715e8 100644 --- a/src/components/Person.js +++ b/src/components/Person.js @@ -12,7 +12,7 @@ export default function Person({ person }) { const img = `https://images.weserv.nl/?url=${unavatar}&w=100&l=9&af&il&n=-1`; const { tag: currentTag } = useParams(); return ( -
+