taniarascia / taniarascia.com

💾 ‎ Personal website running on Gatsby, React, and Node.js.
https://www.taniarascia.com
MIT License
2.01k stars 540 forks source link

Patreon badge error in README.md #148

Closed techCarpenter closed 3 years ago

techCarpenter commented 3 years ago

Patreon badge error

The current patreon badge isn't rendering properly. The url points to a heroku app that doesn't exist.

https://img.shields.io/endpoint.svg?url=https://shieldsio-patreon.herokuapp.com/taniarascia&style=for-the-badge

image

It looks like the project has been moved to vercel.

Based on your current badge, I think this is the correct markdown to render it

[![Patreon donate button](https://img.shields.io/endpoint.svg?url=https://shieldsio-patreon.vercel.app/api?username=taniarascia&type=patrons&style=for-the-badge)](https://patreon.com/taniarascia "Support me on Patreon")

Rendered Markdown:

Patreon donate button

techCarpenter commented 3 years ago

I'd be happy to create a pull request. This is the first issue I've written (that I can think of)

taniarascia commented 3 years ago

Thanks @techCarpenter! I just went ahead and fixed it.