Skip to content

Commit 7f52ad3

Browse files
committed
Update Support Message
1 parent 4707fa2 commit 7f52ad3

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ Visit the <a href="https://genealogy.kreaweb.be/help" target="_blank">demo proje
312312

313313
Maintaining this project takes time and effort. If you find it useful, consider supporting me:
314314

315+
- [![Star on GitHub](https://img.shields.io/github/stars/MGeurts/genealogy?style=social)](https://github.com/MGeurts/genealogy)
315316
- [![Donate via PayPal](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://www.paypal.me/MGeurtsKREAWEB)
316317
- [![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-orange?logo=buy-me-a-coffee)](https://buymeacoffee.com/MGeurts)
317318

resources/views/home.blade.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,21 @@
1414
<x-authentication-card-logo />
1515
</div>
1616

17+
<div class="w-full p-6 mt-6 overflow-hidden prose bg-white rounded-sm shadow-md sm:max-w-5xl">
18+
{!! \Illuminate\Support\Str::markdown(<<<'MD'
19+
## 💖 Support This Project
20+
21+
Maintaining this project takes time and effort. If you find it useful, consider supporting me:
22+
23+
- [![Donate via PayPal](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://www.paypal.me/MGeurtsKREAWEB)
24+
- [![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-orange?logo=buy-me-a-coffee)](https://buymeacoffee.com/MGeurts)
25+
- [![Star on GitHub](https://img.shields.io/github/stars/MGeurts/genealogy?style=social)](https://github.com/MGeurts/genealogy)
26+
27+
> Your support helps me improve and maintain [Genealogy](https://github.com/MGeurts/genealogy) and other open-source tools. Every bit is appreciated. Thank you! 🙏
28+
MD
29+
) !!}
30+
</div>
31+
1732
<div class="w-full p-6 mt-6 overflow-hidden prose bg-white rounded-sm shadow-md sm:max-w-5xl">
1833
{!! $home !!}
1934
</div>

0 commit comments

Comments
 (0)