Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5f8e72a

Browse files
committed
Change the alt color of image in members page
1 parent c2c8140 commit 5f8e72a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/members/Member.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default function Member({ user }: { user: User }) {
4848
<A href={`/${user.username}`}>
4949
<div className="w-16 h-16 lg:w-20 lg:h-20 rounded-full overflow-hidden">
5050
<img
51-
className="w-full h-full inline-block text-white focus:ring object-cover"
51+
className="w-full h-full inline-block text-black focus:ring object-cover"
5252
src={user.image}
5353
alt={user.name}
5454
tabIndex={0}

0 commit comments

Comments
 (0)