Skip to content

Commit

Permalink
Merge pull request #338 from julian-alarcon/update-link
Browse files Browse the repository at this point in the history
fix: updated link for donations
  • Loading branch information
julian-alarcon authored Aug 14, 2024
2 parents 0a85d2a + 3c7b663 commit 4e26721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "prospect-mail",
"productName": "Prospect Mail",
"version": "0.5.3",
"version": "0.5.4",
"main": "src/main.js",
"description": "Unofficial desktop client for Microsoft Outlook",
"homepage": "https://github.com/julian-alarcon/prospect-mail",
Expand Down
2 changes: 1 addition & 1 deletion src/controller/tray-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class TrayController {
`<p style="text-align: center">Distributed under ${packageJson.license} license</p>
<p style="text-align: center"><b>If this App has been useful for you,
</p><p style="text-align: center">consider buying me a coffee ☕!</p>
<p style="text-align: center"><a href="https://ko-fi.com/alarconj" title="Ko-Fe">Donate</a></p>`,
<p style="text-align: center"><a href="https://github.com/sponsors/julian-alarcon" title="Donate using Ko-fe, PayPal or GitHub">Donate</a></p>`,
],
use_version_info: false,
use_inner_html: true,
Expand Down

0 comments on commit 4e26721

Please sign in to comment.