Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Set team member cards border-radius to 32px
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 1318e46 commit 2b805cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/team.tsx
Expand Up @@ -36,7 +36,7 @@ export default function () {
}}
>
{team.map((member) => (
<Card key={member.id} maxW="xs" p="12px">
<Card borderRadius="36px" key={member.id} maxW="xs" p="12px">
<Image
alt={member.tag + "'s avatar"}
borderRadius="50%"
Expand Down

0 comments on commit 2b805cb

Please sign in to comment.