diff --git a/src/SettingsTab.ts b/src/SettingsTab.ts index a3d45c0..3e621c4 100644 --- a/src/SettingsTab.ts +++ b/src/SettingsTab.ts @@ -1183,8 +1183,8 @@ export class SettingsTab extends PluginSettingTab { const donationDiv = containerEl.createEl("div", { cls: "code-styler-donation", }); const donationText = createEl("p", {text: "If you like this plugin, and would like to help support continued development, use the button below!"}); donationDiv.appendChild(donationText); - const donationButton = createEl("a", { href: "https://www.buymeacoffee.com/mayurankv2"}); - donationButton.innerHTML = ""; + const donationButton = createEl("a", { href: "https://www.buymeacoffee.com/mayurankv"}); + donationButton.innerHTML = ""; donationDiv.appendChild(donationButton); }