diff --git a/src/components/PersonCard/index.tsx b/src/components/PersonCard/index.tsx index 54d5f656e..592ab445d 100644 --- a/src/components/PersonCard/index.tsx +++ b/src/components/PersonCard/index.tsx @@ -25,18 +25,19 @@ const PersonCard: React.FC = ({ } bg-gray-600 rounded-lg text-white shadow-lg hover:bg-gray-500 transition ease-in-out duration-150 cursor-pointer`} >
-
+
{profilePath && ( -
+
+ +
)} {!profilePath && ( = ({ /> )} -
{name}
+
{name}
{subName && ( -
+
{subName}
)} +