From b7de2dc7227a414ac9e1b6a5b4da4e44d7b63ee6 Mon Sep 17 00:00:00 2001 From: Harry Huang Date: Sat, 27 Apr 2024 00:31:56 -0500 Subject: [PATCH] Prettier --- styles/components/eventCard.styles.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/styles/components/eventCard.styles.tsx b/styles/components/eventCard.styles.tsx index f05e487..0b8cda9 100644 --- a/styles/components/eventCard.styles.tsx +++ b/styles/components/eventCard.styles.tsx @@ -76,8 +76,6 @@ export const InfoFlexChild = styled.div` ${Overflow}; `; - - // a container that makes the image within it circular export const CircularImageContainer = styled.div<{ ratio: number; @@ -89,4 +87,4 @@ export const CircularImageContainer = styled.div<{ height: ${props => props.ratio * props.size} px; ${Overflow}; -`; \ No newline at end of file +`;