diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-12-15 16:40:04 +0000 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-12-15 16:40:04 +0000 |
| commit | 3efa8ac986ccc1655e200ea05fa1adcda08db1ce (patch) | |
| tree | 6d86d30989ee7da119a8cc797a4c81858effe3a6 | |
| parent | merge: on 429, retry `fetchAccount` instead of failing (!817) (diff) | |
| parent | Update Leah's profile picture in about-sharkey (diff) | |
| download | sharkey-3efa8ac986ccc1655e200ea05fa1adcda08db1ce.tar.gz sharkey-3efa8ac986ccc1655e200ea05fa1adcda08db1ce.tar.bz2 sharkey-3efa8ac986ccc1655e200ea05fa1adcda08db1ce.zip | |
merge: Update Leah's profile picture in about-sharkey (!818)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/818
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Hazelnoot <acomputerdog@gmail.com>
| -rw-r--r-- | packages/frontend/src/pages/about-sharkey.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/pages/about-sharkey.vue b/packages/frontend/src/pages/about-sharkey.vue index 1746fc0e68..f689f9b98e 100644 --- a/packages/frontend/src/pages/about-sharkey.vue +++ b/packages/frontend/src/pages/about-sharkey.vue @@ -156,7 +156,7 @@ const everyone = ref<Section[]>([ }, { handle: '@Leah', - avatar: 'https://secure.gravatar.com/avatar/3b35b921b284ccfd1fe348508f6f705b?s=128&d=identicon', + avatar: 'https://activitypub.software/uploads/-/system/user/avatar/9/avatar.png?width=128', link: 'https://activitypub.software/Leah', }, { |