Skip to content

Commit 6018313

Browse files
committed
Blog card hover state added
1 parent 56bda62 commit 6018313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/BlogCard.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default function BlogCard({
99
}) {
1010
return (
1111
<NextLink href={`/blog/${slug}`}>
12-
<a>
12+
<a className="hover:opacity-70">
1313
<div>
1414
<div className="flex items-start justify-between gap-4">
1515
<h2 className="max-w-lg text-xl font-semibold">{title}</h2>

0 commit comments

Comments
 (0)