This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 17f648fb67f Update Community Page to use downloaded GitHub profile
images
17f648fb67f is described below
commit 17f648fb67ff72447a1598aff6787d3e89e408e5
Author: Lari Hotari <[email protected]>
AuthorDate: Tue Apr 8 15:21:33 2025 +0300
Update Community Page to use downloaded GitHub profile images
---
src/components/pages/CommunityPage/CommunityPage.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/pages/CommunityPage/CommunityPage.tsx
b/src/components/pages/CommunityPage/CommunityPage.tsx
index 4a812290313..7726b10a676 100644
--- a/src/components/pages/CommunityPage/CommunityPage.tsx
+++ b/src/components/pages/CommunityPage/CommunityPage.tsx
@@ -262,7 +262,7 @@ function MemberCard({ member }) {
<div>
<div className={s.CommunityMembersMemberPic}>
{githubUsername && (
- <img src={'https://github.com/' + githubUsername + '.png'}
alt={githubUsername} />
+ <img src={'/img/team/' + githubUsername + '.png'}
alt={githubUsername} />
)}
</div>
<div className={s.CommunityMembersMemberName}>