Remove funding (#352)

* Remove funding

* Remove support us from landing page
This commit is contained in:
1ilit 2025-03-03 23:50:50 +04:00 committed by GitHub
parent 0d813fc0dd
commit 0e54dbed1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 29 deletions

2
.github/FUNDING.yml vendored
View File

@ -1,2 +0,0 @@
open_collective: drawdb
buy_me_a_coffee: drawdb

View File

@ -139,19 +139,6 @@ export default function LandingPage() {
Languages Languages
</div> </div>
</div> </div>
<div className="w-96 md:w-full h-full md:text-center">
<div>
Join our community, become one of us. Help us become bigger and
better, support us by donating.
</div>
<a
href="https://buymeacoffee.com/drawdb"
className="inline-block bg-white hover:bg-zinc-50 transition-all duration-300 rounded-full px-9 py-2.5 shadow mt-2"
>
Support us{" "}
<i className="ms-2 text-rose-600 fa-regular fa-heart"></i>
</a>
</div>
</div> </div>
<div className="mt-16 w-[75%] text-center sm:w-full mx-auto shadow-sm rounded-2xl border p-6 bg-white space-y-3"> <div className="mt-16 w-[75%] text-center sm:w-full mx-auto shadow-sm rounded-2xl border p-6 bg-white space-y-3">
<div className="text-lg font-medium"> <div className="text-lg font-medium">
@ -292,20 +279,6 @@ export default function LandingPage() {
</div> </div>
</a> </a>
</div> </div>
<div className="my-8">
<div>
If you&apos;re finding drawDB useful and would like to help us in
improving and adding new features, consider making a donation.
</div>
<div>Your support means a lot to us!</div>
<a
href="https://buymeacoffee.com/drawdb"
className="inline-block bg-white hover:bg-zinc-50 transition-all duration-300 rounded-full px-16 py-2.5 shadow mt-2"
>
Support us{" "}
<i className="ms-2 text-rose-600 fa-regular fa-heart"></i>
</a>
</div>
</div> </div>
</div> </div>