Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c8140 commit 5f8e72aCopy full SHA for 5f8e72a
src/components/members/Member.tsx
@@ -48,7 +48,7 @@ export default function Member({ user }: { user: User }) {
48
<A href={`/${user.username}`}>
49
<div className="w-16 h-16 lg:w-20 lg:h-20 rounded-full overflow-hidden">
50
<img
51
- className="w-full h-full inline-block text-white focus:ring object-cover"
+ className="w-full h-full inline-block text-black focus:ring object-cover"
52
src={user.image}
53
alt={user.name}
54
tabIndex={0}
0 commit comments