diff --git a/src/components/Speaker.tsx b/src/components/Speaker.tsx index 65cdecf..cc5d511 100644 --- a/src/components/Speaker.tsx +++ b/src/components/Speaker.tsx @@ -18,7 +18,7 @@ const Speaker: React.FC = ({speaker}) => { return (
{speaker.fullName} - +

{`${speaker.firstName.split(" ")[0]} ${speaker.lastName.split(" ")[0]}`}

{speaker.tagLine}

diff --git a/src/components/communities/CommunitiesAllies.tsx b/src/components/communities/CommunitiesAllies.tsx index 01331d2..2375c92 100644 --- a/src/components/communities/CommunitiesAllies.tsx +++ b/src/components/communities/CommunitiesAllies.tsx @@ -13,7 +13,7 @@ const CommunitiesAllies = () => { -
+
{ communitiesAllies.map((community) => ( diff --git a/src/components/communities/CommunityAlly.tsx b/src/components/communities/CommunityAlly.tsx index d94ec83..3a67c17 100644 --- a/src/components/communities/CommunityAlly.tsx +++ b/src/components/communities/CommunityAlly.tsx @@ -9,7 +9,7 @@ interface CommunityAllyProps { const CommunityAlly: React.FC = ({community}) => { return ( -