Skip to content

Commit

Permalink
style(website): style code with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
vplasencia committed Nov 9, 2023
1 parent 491bfe5 commit 1fbb437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/src/components/ActionCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function ActionCard({ title, description, buttonText }: ActionCar
height={{ base: "full", xl: "244px" }}
direction={{ base: "column", xl: "row" }}
>
<CardBody padding={0} m={{base: "64px 32px", xl: "41px 80px"}}>
<CardBody padding={0} m={{ base: "64px 32px", xl: "41px 80px" }}>
<Flex
justifyContent={"space-between"}
alignItems={"center"}
Expand Down

0 comments on commit 1fbb437

Please sign in to comment.