feature: make the person picture circle

This commit is contained in:
Sammy Teillet
2023-04-19 12:40:53 +02:00
parent bb5ae02c3a
commit b434f3da45

View File

@ -23,6 +23,7 @@ const StyledContainer = styled.span`
img {
height: 14px;
width: 14px;
border-radius: 100%;
object-fit: cover;
}
`;