Skip to content

Commit ef1146e

Browse files
authored
Update InfoCard.tsx
1 parent 43aa76d commit ef1146e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/website/src/components/InfoCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default function InfoCard({ texts }: InfoCardProps) {
2525
<CardBody padding="0">
2626
<VStack align="start" spacing="10" maxH="500" overflowY="auto">
2727
{texts.map((text) => (
28-
<VStack key={text.title} align="left">
28+
<VStack key={text.title} align="start">
2929
<Heading textAlign="left" fontSize={{ base: "20px", md: "24px" }}>
3030
{text.title}
3131
</Heading>

0 commit comments

Comments
 (0)