mirror of
https://github.com/MunGell/awesome-for-beginners.git
synced 2026-01-25 21:08:11 -08:00
Fix typo in donation message in README template
This commit is contained in:
committed by
GitHub
parent
fcbeed8930
commit
6ddbea3e6e
4
.github/README-template.j2
vendored
4
.github/README-template.j2
vendored
@@ -6,7 +6,7 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
<div>
|
<div>
|
||||||
<a href="https://go.warp.dev/awesome-for-beginners">
|
<a href="https://go.warp.dev/awesome-for-beginners">
|
||||||
<img alt="Thanks to Warp.dev for sponsoring this repository through a domation to a charity of my choice." src="https://raw.githubusercontent.com/warpdotdev/brand-assets/refs/heads/main/Github/Warp%20Packs/Warp-Github-SM-01.jpg">
|
<img alt="Thanks to Warp.dev for sponsoring this repository through a donation to a charity of my choice." src="https://raw.githubusercontent.com/warpdotdev/brand-assets/refs/heads/main/Github/Warp%20Packs/Warp-Github-SM-01.jpg">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -40,7 +40,7 @@ Contributions are welcome! See the [contributing guidelines](CONTRIBUTING.md).
|
|||||||
|
|
||||||
## Thanks to GitHub Sponsors
|
## Thanks to GitHub Sponsors
|
||||||
|
|
||||||
Thanks to Warp.dev for sponsoring this repository through a domation to a charity of my choice.
|
Thanks to Warp.dev for sponsoring this repository through a donation to a charity of my choice.
|
||||||
|
|
||||||
<table><tr>{% for sponsor in sponsors %}{% if loop.index != 1 and (loop.index - 1) % 6 == 0 %}</tr><tr>{% endif %}<td align="center"><a href="{{ sponsor.link }}"><img src="{{ sponsor.image }}" width="60px;" alt=""/><br/><sub><b>{{ sponsor.name }}</b></sub></a></td>{% endfor %}</tr></table>
|
<table><tr>{% for sponsor in sponsors %}{% if loop.index != 1 and (loop.index - 1) % 6 == 0 %}</tr><tr>{% endif %}<td align="center"><a href="{{ sponsor.link }}"><img src="{{ sponsor.image }}" width="60px;" alt=""/><br/><sub><b>{{ sponsor.name }}</b></sub></a></td>{% endfor %}</tr></table>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user