We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43aa76d commit ef1146eCopy full SHA for ef1146e
1 file changed
apps/website/src/components/InfoCard.tsx
@@ -25,7 +25,7 @@ export default function InfoCard({ texts }: InfoCardProps) {
25
<CardBody padding="0">
26
<VStack align="start" spacing="10" maxH="500" overflowY="auto">
27
{texts.map((text) => (
28
- <VStack key={text.title} align="left">
+ <VStack key={text.title} align="start">
29
<Heading textAlign="left" fontSize={{ base: "20px", md: "24px" }}>
30
{text.title}
31
</Heading>
0 commit comments