Skip to content

Commit

Permalink
Update Ko-fi URL
Browse files Browse the repository at this point in the history
  • Loading branch information
otaviocc committed Oct 31, 2023
1 parent 3ecc2ab commit 26dcac8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"author": "Otavio Cordeiro",
"authorUrl": "https://otavio.cc",
"isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/Z8Z0C9KPT"
"fundingUrl": "https://ko-fi.com/otaviocc"
}
2 changes: 1 addition & 1 deletion src/views/MicroPluginSettingsView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export class MicroPluginSettingsView extends PluginSettingTab implements MicroPl
.setName('Sponsor')
.setDesc('Enjoying this plugin? Show your appreciation with a cup of coffee! 😊☕')
.addButton(button =>
button.buttonEl.outerHTML = '<a href="https://ko-fi.com/Z8Z0C9KPT" target="_blank"><img height="36" style="border:0px;height:36px;" src="https://storage.ko-fi.com/cdn/kofi3.png?v=3" border="0" alt="Buy Me a Coffee at ko-fi.com" /></a>'
button.buttonEl.outerHTML = '<a href="https://ko-fi.com/otaviocc" target="_blank"><img height="36" style="border:0px;height:36px;" src="https://storage.ko-fi.com/cdn/kofi3.png?v=3" border="0" alt="Buy Me a Coffee at ko-fi.com" /></a>'
)

new Setting(containerEl)
Expand Down

0 comments on commit 26dcac8

Please sign in to comment.