Skip to content

Commit

Permalink
Use default P2PU avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkcuys committed Sep 16, 2024
1 parent 7b9c629 commit 71160b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/jsx/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const Facilitators = (props) => {
facilitators.map((fa, idx) =>
<div class={"carousel-item" + (idx==0?" active":"")} >
<FacilitatorCard
image={ fa.avatar_url?fa.avatar_url:"https://placehold.it/200x200" }
image={ fa.avatar_url?fa.avatar_url:"https://learningcircles.p2pu.org/static/images/avatars/p2pu_avatar_blue.png" }
name={fa.first_name}
bio={fa.bio}
/>
Expand Down

0 comments on commit 71160b6

Please sign in to comment.