dashboard: add retention and quick fix loading states
This commit is contained in:
@@ -20,7 +20,7 @@ export function Card({ children, hover, className }: CardProps) {
|
||||
<div
|
||||
className={cn(
|
||||
'card relative',
|
||||
hover && 'transition-all hover:border-black',
|
||||
hover && 'transition-all hover:-translate-y-0.5',
|
||||
className
|
||||
)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user