Skip to content

Commit

Permalink
2x image
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaharagon committed Mar 6, 2025
1 parent 8ba70aa commit 686343a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/about/donate.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Thank you to those who have significantly supported Privacy Guides. A membership

### Past Supporters

- [Safing](https://safing.io){ rel=nofollow target=_blank } 2019 – 2021
- [Safing](https://safing.io){ rel=nofollow target=_blank }: 2019 – 2021

## Active Members

Expand Down
2 changes: 1 addition & 1 deletion generate-members.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
login = sponsor_entity['login']
avatar_url = sponsor_entity['avatarUrl']
url = sponsor_entity['url']
html_output += f'<a href="{url}" title="@{login}" rel="ugc nofollow" target="_blank" class="mdx-donors__item"><img loading="lazy" src="{avatar_url}&size=72"></a>'
html_output += f'<a href="{url}" title="@{login}" rel="ugc nofollow" target="_blank" class="mdx-donors__item"><img loading="lazy" src="{avatar_url}&size=120"></a>'

# Append the count of private members
if private_members_count > 0:
Expand Down

0 comments on commit 686343a

Please sign in to comment.