Skip to content

Commit

Permalink
style: run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
yagopajarino committed Dec 27, 2024
1 parent 160ef50 commit 97f8f87
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions apps/dashboard/src/pages/group.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ ${memberIds.join("\n")}
<Stack
mt="30px"
align="start"
spacing={{base: "6", lg:"14"}}
spacing={{ base: "6", lg: "14" }}
direction={{ base: "column-reverse", md: "row" }}
>
<VStack
Expand Down Expand Up @@ -759,7 +759,10 @@ ${memberIds.join("\n")}
borderRadius="8px"
width={{ base: "100%", md: "auto" }}
>
<Stack justify="space-between" direction={{base:"column", lg: "row"}}>
<Stack
justify="space-between"
direction={{ base: "column", lg: "row" }}
>
<Heading fontSize="25px" as="h1">
Members
</Heading>
Expand Down

0 comments on commit 97f8f87

Please sign in to comment.