Skip to content

Commit

Permalink
changed tab porter about url
Browse files Browse the repository at this point in the history
  • Loading branch information
Cankar001 committed Apr 16, 2022
1 parent bab239e commit c396fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ document.addEventListener("DOMContentLoaded", function()

document.querySelector('.aboutTabPorter').addEventListener('click', function()
{
chrome.tabs.create({ url: "https://www.cankarka.com" });
chrome.tabs.create({ url: "https://www.tabporter.com" });
});

document.querySelector('.sourceCode').addEventListener('click', function()
Expand Down

0 comments on commit c396fba

Please sign in to comment.