Skip to content

Commit

Permalink
Fixing donation line. (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed May 18, 2024
1 parent 96cf7ea commit 4429114
Showing 1 changed file with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,12 @@ import dev.jeziellago.compose.markdowntext.MarkdownText
val DONATION_MARKDOWN =
"""
### Support Thumb-Key
[Thumb-Key](https://github.com/dessalines/thumb-key) is free,
open-source software, meaning no spying, keylogging, or advertising,
ever.
No one likes recurring donations, but they've proven to be the only
way open-source software like Thumb-Key can stay alive. If you find
yourself using Thumb-Key every day, please consider donating:
[Thumb-Key](https://github.com/dessalines/thumb-key) is free, open-source software, meaning no spying, keylogging, or advertising, ever.
No one likes recurring donations, but they've proven to be the only way open-source software like Thumb-Key can stay alive. If you find yourself using Thumb-Key every day, please consider donating:
- [Support on Liberapay](https://liberapay.com/dessalines).
- [Support on Patreon](https://www.patreon.com/dessalines).
---
""".trimIndent()

@OptIn(ExperimentalComposeUiApi::class)
Expand Down

0 comments on commit 4429114

Please sign in to comment.