Client: minor fix

This commit is contained in:
Sam
2018-04-29 21:25:11 +02:00
parent 127f5007b7
commit 110dfc94c0
2 changed files with 2 additions and 27 deletions

View File

@ -73,7 +73,7 @@ function NavBar (props) {
)}
{props.user.picture === true && (
<img
alt="Profile"
alt="Avatar"
src={`${apiUrl}users/${props.user.id}/picture` +
`?${Date.now()}`}
className="img-fluid App-nav-profile-img"