Skip to content

Commit fa2a378

Browse files
committed
cleanup
1 parent 51ab004 commit fa2a378

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/index/components/Card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export function Card({
3737
// const IconOnHover = iconMapping[`${content.id}_hover`] as React.ElementType;
3838

3939
return (
40-
<div>
40+
<div className="">
4141
<div
4242
key={content.id}
4343
onMouseEnter={() => {

0 commit comments

Comments
 (0)