From 30bac51c865421cdb127eadfa001b987e764ce3a Mon Sep 17 00:00:00 2001 From: Brandon Lyons Date: Wed, 28 Oct 2020 11:14:07 -0400 Subject: [PATCH] Add transform and skew classes --- web/src/components/UserPart/UserPart.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/web/src/components/UserPart/UserPart.js b/web/src/components/UserPart/UserPart.js index dc91c64..5596649 100644 --- a/web/src/components/UserPart/UserPart.js +++ b/web/src/components/UserPart/UserPart.js @@ -1,12 +1,11 @@ function UserPart({ userName, partName }) { return (

- + {userName} - - / + {partName}