Skip to content

Commit

Permalink
Update donation link
Browse files Browse the repository at this point in the history
  • Loading branch information
Garito committed May 26, 2018
1 parent a785770 commit 9b463f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ kinDOM.addEventListener('click', function (tab) {

let donate = document.getElementById('donate');
donate.addEventListener('click', function (tab) {
chrome.tabs.create({ url: 'https://github.com/Garito/tzolkin' });
chrome.tabs.create({ url: 'https://github.com/Garito/tzolkin#feel-free-to-give-some-love-by-donating-cryptos' });
})

0 comments on commit 9b463f1

Please sign in to comment.