Skip to content

Commit d70229b

Browse files
authored
docs: fix images not rendered properly (#110)
1 parent 14c522a commit d70229b

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

88
<p>
99
<a href="https://play.google.com/store/apps/details?id=rocks.outdatedguy.brink">
10-
<img src="https://wsrv.nl/?url=https://upload.wikimedia.org/wikipedia/commons/7/78/Google_Play_Store_badge_EN.svg&h=60" alt="Get it on Google Play">
10+
<img src="https://upload.wikimedia.org/wikipedia/commons/7/78/Google_Play_Store_badge_EN.svg" height="60" alt="Get it on Google Play" />
1111
</a>
1212
&nbsp;
1313
<a href="https://apps.apple.com/app/id6753995293">
14-
<img src="https://wsrv.nl/?url=https://upload.wikimedia.org/wikipedia/commons/3/3c/Download_on_the_App_Store_Badge.svg&h=60" alt="Download on the App Store">
14+
<img src="https://upload.wikimedia.org/wikipedia/commons/3/3c/Download_on_the_App_Store_Badge.svg" height="60" alt="Download on the App Store" />
1515
</a>
1616
</p>
1717
</div>
@@ -45,7 +45,9 @@ network requests.
4545

4646
If this package saved you from the eternal torment of "No Internet Connection" errors, consider buying me a coffee! ☕
4747

48-
<a href="https://coff.ee/outdatedguy" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
48+
<a href="https://coff.ee/outdatedguy" target="_blank">
49+
<img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" height="102" width="363" />
50+
</a>
4951

5052
_Every coffee helps fuel late-night coding sessions and the occasional existential crisis about whether `null` is a friend or foe._ 🤔☕
5153

0 commit comments

Comments
 (0)