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 c794a04 commit 33decdcCopy full SHA for 33decdc
documentation/src/components/Features.tsx
@@ -75,21 +75,20 @@ function Feature({
75
rounded-xl
76
p-4
77
hover:shadow-xl
78
- hover:cursor-pointer
79
"
80
>
81
<div
82
className={`
83
- flex
84
- items-center
85
- justify-center
86
- ${colorClass}
87
- border-sm
88
- w-[50px]
89
- h-[50px]
90
- min-w-[50px]
91
- min-h-[50px]
92
- mr-4
+ flex
+ items-center
+ justify-center
+ ${colorClass}
+ border-sm
+ w-[50px]
+ h-[50px]
+ min-w-[50px]
+ min-h-[50px]
+ mr-4
93
94
`}
95
0 commit comments