Skip to content

Commit

Permalink
Blog card hover state added
Browse files Browse the repository at this point in the history
  • Loading branch information
arikchakma committed Feb 26, 2022
1 parent 56bda62 commit 6018313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/BlogCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function BlogCard({
}) {
return (
<NextLink href={`/blog/${slug}`}>
<a>
<a className="hover:opacity-70">
<div>
<div className="flex items-start justify-between gap-4">
<h2 className="max-w-lg text-xl font-semibold">{title}</h2>
Expand Down

1 comment on commit 6018313

@vercel
Copy link

@vercel vercel bot commented on 6018313 Feb 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.