Skip to content

Commit a52a35f

Browse files
quick fix on font and position of card
1 parent e998068 commit a52a35f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/MainApp/MatchmakerEvent.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class MatchmakerEvent extends Component {
1717
this.props.inviteUserB(item);
1818
}}>
1919
<h2>{item.username}</h2>
20-
<img className="avatar" src="https://api.adorable.io/avatars/285/{this,props.ownUserName}@adorable.io.png" alt="avatar image"/>
20+
<img className="avatar" src="https://api.adorable.io/avatars/285/{item.username}@adorable.io.png" alt="avatar image"/>
2121
<p className="card-text-description">{item.tagline}</p>
2222
<p className="card-text-description">{item.blurb}</p>
2323
</Card>

0 commit comments

Comments
 (0)