Skip to content

Commit

Permalink
Paula Avatar added
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskoenig committed Jan 12, 2021
1 parent e8d5de7 commit 7d446c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions frontend/src/components/home/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<user-avatar username="dannythekey"/>
<user-avatar username="SaraD-hub"/>
<user-avatar username="balcisue"/>
<user-avatar username="paula-ogata"/>
</p>
<p>If you have questions or feedback please contact
<a href="mailto:[email protected]" title="[email protected]">
Expand Down
4 changes: 4 additions & 0 deletions frontend/src/components/lib/UserAvatar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@
image = 'sara_128.png';
} else if (this.initials === 'SB'){
image = 'balcisue_128.png';
} else if (this.initials === 'PO'){
image = 'paula_128.png';
}
} else if (this.username) {
image = 'user_128.png';
Expand Down Expand Up @@ -91,6 +93,8 @@
image = 'sara_128.png';
} else if (this.username === 'balcisue'){
image = 'balcisue_128.png';
} else if (this.username === 'paula-ogata'){
image = 'paula_128.png';
}
}
return img_dir + image
Expand Down

0 comments on commit 7d446c5

Please sign in to comment.