COPS-IITBHU / sdg-site

Club of Programmers Software Development Guild Site
https://sdg.copsiitbhu.co.in/
11 stars 71 forks source link

BUG: No default avatar on Team Page #104

Open EshaanAgg opened 2 years ago

EshaanAgg commented 2 years ago

There is no default avatar for a team member in the Team page.

Expected Behavior

If the avatar image can't be fetched, then instead a simple avatar with the initials of the team member must be shown.

Current Behavior

image

Possible Solution

Place a check to see if the image can be loaded, and if not, use a third-party library to create a Avatar from the initials of the user and display it.

IamEzio commented 2 years ago

Good catch @EshaanAgg! Go ahead.