Fix Buy Me a Coffee button image URL

Use CDN-hosted default button instead of API-generated image.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Alan Wizemann
2026-03-31 03:27:43 -04:00
parent 39bac7d2be
commit 2a14e28589
+2 -2
View File
@@ -14,7 +14,7 @@
<img src="https://img.shields.io/badge/Swift-6-orange" alt="Swift"> <img src="https://img.shields.io/badge/Swift-6-orange" alt="Swift">
<img src="https://img.shields.io/badge/license-MIT-green" alt="License"> <img src="https://img.shields.io/badge/license-MIT-green" alt="License">
<br><br> <br><br>
<a href="https://www.buymeacoffee.com/awizemann"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=awizemann&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff" height="28"></a> <a href="https://www.buymeacoffee.com/awizemann"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me a Coffee" height="28"></a>
</p> </p>
## Features ## Features
@@ -117,7 +117,7 @@ Contributions are welcome. Please open an issue to discuss what you'd like to ch
If you find Scarf useful, consider buying me a coffee. If you find Scarf useful, consider buying me a coffee.
<a href="https://www.buymeacoffee.com/awizemann"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=awizemann&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff" height="40"></a> <a href="https://www.buymeacoffee.com/awizemann"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me a Coffee" height="40"></a>
## License ## License