Skip to content

Commit 9f30633

Browse files
authored
Update src/components/ActionCard.tsx
1 parent 9f72347 commit 9f30633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ActionCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const ActionCard = ({
4141
return (
4242
<LinkBox
4343
className={cn(
44-
"flex flex-col sm:flex-col md:flex-row shadow-table hover:scale-[1.02] hover:rounded hover:bg-background-highlight hover:shadow-table-box-hover hover:duration-100 focus:scale-[1.02] focus:rounded focus:shadow-table-box-hover focus:duration-100",
44+
"flex flex-col md:flex-row shadow-table hover:scale-[1.02] hover:rounded hover:bg-background-highlight hover:shadow-table-box-hover hover:duration-100 focus:scale-[1.02] focus:rounded focus:shadow-table-box-hover focus:duration-100",
4545
className
4646
)}
4747
{...props}

0 commit comments

Comments
 (0)