Skip to content

Commit

Permalink
Add padding to sponsors images
Browse files Browse the repository at this point in the history
  • Loading branch information
Coopydood committed Oct 1, 2024
1 parent f7a0e2e commit 47dcc81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sponsors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
token: ${{ secrets.PAT }}
file: 'README.md'
template: '<a href="https://github.com/{{{ login }}}"><img src="https://images.weserv.nl/?url=https://github.com/{{{ login }}}.png?v=1&h=100&w=100&fit=cover&mask=circle&maxage=7d" height="50px" width="50px" alt="{{{ login }}}"></a>'
template: '<a href="https://github.com/{{{ login }}}"><img src="https://images.weserv.nl/?url=https://github.com/{{{ login }}}.png?v=1&h=100&w=100&fit=cover&mask=circle&maxage=7d" height="50px" width="50px" alt="{{{ login }}}"></a> '
active-only: false

- name: Deploy to GitHub Pages (dev)
Expand Down

0 comments on commit 47dcc81

Please sign in to comment.