Skip to content

Commit 72a3502

Browse files
committed
fix: buttonlink height for multiline
1 parent 30255a5 commit 72a3502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ProductCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ const ProductCard = ({
127127
</SubjectBadge>
128128
))}
129129
</HStack>
130-
<ButtonLink href={url} className="m-4 h-20 text-center">
130+
<ButtonLink href={url} className="m-4 py-4 text-center">
131131
{t("open")} {name}
132132
</ButtonLink>
133133
</Flex>

0 commit comments

Comments
 (0)