fix: make all tool grid cards the same height
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -19,7 +19,7 @@ export default function ToolCard({ title, description, icon, url, index, badges
|
|||||||
return (
|
return (
|
||||||
<MotionLink
|
<MotionLink
|
||||||
href={url}
|
href={url}
|
||||||
className="group relative block"
|
className="group relative block h-full"
|
||||||
initial={{ opacity: 0, y: 50 }}
|
initial={{ opacity: 0, y: 50 }}
|
||||||
whileInView={{ opacity: 1, y: 0 }}
|
whileInView={{ opacity: 1, y: 0 }}
|
||||||
viewport={{ once: true }}
|
viewport={{ once: true }}
|
||||||
|
|||||||
Reference in New Issue
Block a user