From cb472e38bb4db08bf7d6af567b8275eab6609eb3 Mon Sep 17 00:00:00 2001 From: Chee Kian Teoh Date: Thu, 21 Mar 2024 20:55:46 -0400 Subject: [PATCH 1/5] fix: make profile image circle + increase the subsection heading size --- src/components/sections/Team.section.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/components/sections/Team.section.tsx b/src/components/sections/Team.section.tsx index 2315dd7f..de98f1d0 100644 --- a/src/components/sections/Team.section.tsx +++ b/src/components/sections/Team.section.tsx @@ -148,7 +148,7 @@ const Member: React.FC = ({ name, title, profile }) => { return (
  • {title} @@ -168,7 +168,7 @@ const Member: React.FC = ({ name, title, profile }) => { const Department: React.FC = ({ title, members }) => { return (
    -

    +

    {title}