Skip to content

Commit 0e54dbe

Browse files
authored
Remove funding (#352)
* Remove funding * Remove support us from landing page
1 parent 0d813fc commit 0e54dbe

File tree

2 files changed

+0
-29
lines changed

2 files changed

+0
-29
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/pages/LandingPage.jsx

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -139,19 +139,6 @@ export default function LandingPage() {
139139
Languages
140140
</div>
141141
</div>
142-
<div className="w-96 md:w-full h-full md:text-center">
143-
<div>
144-
Join our community, become one of us. Help us become bigger and
145-
better, support us by donating.
146-
</div>
147-
<a
148-
href="https://buymeacoffee.com/drawdb"
149-
className="inline-block bg-white hover:bg-zinc-50 transition-all duration-300 rounded-full px-9 py-2.5 shadow mt-2"
150-
>
151-
Support us{" "}
152-
<i className="ms-2 text-rose-600 fa-regular fa-heart"></i>
153-
</a>
154-
</div>
155142
</div>
156143
<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">
157144
<div className="text-lg font-medium">
@@ -292,20 +279,6 @@ export default function LandingPage() {
292279
</div>
293280
</a>
294281
</div>
295-
<div className="my-8">
296-
<div>
297-
If you&apos;re finding drawDB useful and would like to help us in
298-
improving and adding new features, consider making a donation.
299-
</div>
300-
<div>Your support means a lot to us!</div>
301-
<a
302-
href="https://buymeacoffee.com/drawdb"
303-
className="inline-block bg-white hover:bg-zinc-50 transition-all duration-300 rounded-full px-16 py-2.5 shadow mt-2"
304-
>
305-
Support us{" "}
306-
<i className="ms-2 text-rose-600 fa-regular fa-heart"></i>
307-
</a>
308-
</div>
309282
</div>
310283
</div>
311284

0 commit comments

Comments
 (0)