fix(frontend): fix minor styling+linting issues

This commit is contained in:
Julian Tölle 2020-05-05 03:19:25 +02:00
parent 1d5cefb447
commit 0abc594db4
2 changed files with 35 additions and 28 deletions

View file

@ -49,7 +49,7 @@ const NavUserInfo: React.FC<{ user: User }> = ({ user }) => {
<img
className="w-6 h-6 rounded-full ml-4"
src={user.photo}
alt="Profile picture of logged in user"
alt="Profile of logged in user"
></img>
)}
</div>