Skip to content

Commit cad671f

Browse files
committed
Add tag` visualization on group card on tablet
1 parent e300535 commit cad671f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/group-card/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const GroupCard: React.FC<GroupCardProps> = ({ title, description, category, bgC
8484
</Box>
8585

8686
<Tag
87-
display={{ base: "none", lg: "flex" }}
87+
display={{ base: "none", md: "flex" }}
8888
position="absolute"
8989
bottom={2}
9090
left="50%"

0 commit comments

Comments
 (0)