Skip to content

Commit

Permalink
feat: update get license link; to landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
aexshafii committed Oct 4, 2024
1 parent d3616a1 commit 365787e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/views/configuration/general.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export class ModelTab {
});
getLicenseButton.style.marginTop = "1rem";
getLicenseButton.addEventListener("click", () => {
window.open("https://app.fileorganizer2000.com", "_blank");
window.open("https://fileorganizer2000.com/?utm_source=obsidian&utm_medium=in-app&utm_campaign=get-license", "_blank");
});

const youtubeEmbedEl = container.createEl("div", {
Expand Down

0 comments on commit 365787e

Please sign in to comment.