feat(design): neon/AI look with gradient loading states
This commit is contained in:
@@ -16,7 +16,7 @@ export function ToolCard({
|
||||
watchlist?: { watched: boolean; onToggle: () => void };
|
||||
}) {
|
||||
return (
|
||||
<Card className="hover-elevate transition-all flex flex-col h-full cursor-pointer hover:border-primary/50">
|
||||
<Card className="hover-elevate transition-all flex flex-col h-full cursor-pointer hover:border-primary/50 hover:neon-glow-primary">
|
||||
<Link href={`/tools/${tool.id}`} className="flex flex-col h-full p-0 m-0">
|
||||
<CardHeader className="pb-3">
|
||||
<div className="flex items-start gap-3 mb-2">
|
||||
|
||||
Reference in New Issue
Block a user