Skip to content

Commit

Permalink
feat(ui): add default profile picture for IUT de Lannion
Browse files Browse the repository at this point in the history
  • Loading branch information
ecnivtwelve committed Nov 8, 2024
1 parent 6e0398e commit 02bacab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/ui/default-profile-picture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ export const defaultProfilePicture = (service: AccountService, accountProvider:
switch (accountProvider) {
case "Université de Rennes":
return require("../../../assets/images/service_rennes1.png");
case "IUT de Lannion":
return require("../../../assets/images/service_rennes1.png");
case "Université de Rennes 2":
return require("../../../assets/images/service_rennes2.png");
case "Université de Limoges":
Expand Down

0 comments on commit 02bacab

Please sign in to comment.