commit 1a9edcc8dde58269f9fbba422c9924c2c923088f parent 28e6efc2c3fad90e574c751bc9083c99f789c228 Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 4 Jan 2023 00:30:31 +0100 Add missing hover effect on avatars Diffstat:
| M | src/components/post.tsx | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/post.tsx b/src/components/post.tsx @@ -18,7 +18,7 @@ export function Post({ user, post }: Props) { </a> <div className="flex items-center justify-between py-4"> <a className="flex items-center" href="#"> - <img className="w-11 h-11 rounded-full mr-4 border-2 border-[#AAB3CF]" src={user.avatar_url} /> + <img className="w-11 h-11 rounded-full mr-4 border-2 border-[#AAB3CF] hover:border-indigo-300 ease-in-out duration-150" src={user.avatar_url} /> <p className="text-data text-lg font-medium">{user.display_name}</p> </a> <div className="flex text-data text-lg items-center">