Skip to content

Commit

Permalink
add missing annual members supporters widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
wmurphyrd committed May 26, 2023
1 parent 9891eef commit 3df5be0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v1.4.1 (2023-05-26)
## v1.5.0 (2023-05-26)

### Added
* Update `activitypub-express` to add User-Agent headers to federation requests
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ I fundamentally do not believe that being a programmer gives me any special righ

[![Guppe Members](https://opencollective.com/guppe-groups/tiers/member.svg?avatarHeight=36&width=600)](https://opencollective.com/guppe-groups)

[![Guppe Members](https://opencollective.com/guppe-groups/tiers/annual-member.svg?avatarHeight=36&width=600)](https://opencollective.com/guppe-groups)


## Tech stack

Expand Down
3 changes: 3 additions & 0 deletions web/src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
<div class="flex-center">
<object type="image/svg+xml" data="https://opencollective.com/guppe-groups/tiers/member.svg?avatarHeight=48&width=350"></object>
</div>
<div class="flex-center">
<object type="image/svg+xml" data="https://opencollective.com/guppe-groups/tiers/annual-member.svg?avatarHeight=48&width=350"></object>
</div>

<h2 class="w3-center">Active Groups</h2>
<p class="w3-center">Top 50 groups with the most recent posts</p>
Expand Down

0 comments on commit 3df5be0

Please sign in to comment.