Skip to content

Commit

Permalink
Update contributors.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simolillo authored Oct 24, 2023
1 parent ace2bc1 commit 75d16e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
- uses: wow-actions/contributors-list@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
userNameHeight: 22
avatarSize: 70
avatarMargin: 15
userNameHeight: 23
avatarSize: 90
avatarMargin: 30
svgPath: docs/README_images/CONTRIBUTORS.svg
itemTemplate: >
<g transform="translate({{ x }}, {{ y }})">
<a xlink:href="{{{ url }}}" class="contributor-link" target="_blank" rel="nofollow sponsored" title="{{{ name }}}" id="{{{ name }}}">
<image width="{{ width }}" height="{{ height }}" xlink:href="{{{ avatar }}}" />
<text x="32" y="74" text-anchor="middle" alignment-baseline="middle" font-size="14">{{{ name }}}</text>
<text x="32" y="74" text-anchor="middle" alignment-baseline="middle" font-size="22">{{{ name }}}</text>
</a>
</g>

0 comments on commit 75d16e4

Please sign in to comment.