Skip to content

Commit 07f2ad2

Browse files
committed
Update donation links in index.html to include GitHub Sponsors and maintain Liberapay option
1 parent da5a55c commit 07f2ad2

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

index.html

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -231,11 +231,20 @@ <h2 id="gettingstarted"><a name="Getting Started"></a>Getting Started</h2>
231231
>💖 If you find FEAScript useful, please consider supporting its development through a
232232
donation:</strong
233233
>
234-
<script src="https://liberapay.com/FEAScript/widgets/button.js"></script>
235-
<noscript
236-
><a href="https://liberapay.com/FEAScript/donate"
237-
><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg" /></a
238-
></noscript>
234+
<a href="https://github.com/sponsors/FEAScript">
235+
<img
236+
alt="GitHub Sponsors"
237+
src="https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/feascript"
238+
style="vertical-align: middle"
239+
/>
240+
</a>
241+
<a href="https://liberapay.com/FEAScript/donate">
242+
<img
243+
alt="Donate using Liberapay"
244+
src="https://img.shields.io/badge/Liberapay-F6C915?logo=liberapay&logoColor=black"
245+
style="vertical-align: middle"
246+
/>
247+
</a>
239248
</p>
240249
</div>
241250

0 commit comments

Comments
 (0)