We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56bda62 commit 6018313Copy full SHA for 6018313
components/BlogCard.js
@@ -9,7 +9,7 @@ export default function BlogCard({
9
}) {
10
return (
11
<NextLink href={`/blog/${slug}`}>
12
- <a>
+ <a className="hover:opacity-70">
13
<div>
14
<div className="flex items-start justify-between gap-4">
15
<h2 className="max-w-lg text-xl font-semibold">{title}</h2>
0 commit comments