Skip to content

Commit

Permalink
Change bottom right URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
architec committed Jan 5, 2023
1 parent db0fc42 commit 24a5407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Popup/Popup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class Popup extends Component {
aria-label="delete"
onClick={(e) => {
chrome.tabs.update({
url: 'https://www.programcreek.com/2012/11/top-10-algorithms-for-coding-interview/',
url: 'https://leetcode.com/discuss/general-discussion/460599/blind-75-leetcode-questions',
});
e.preventDefault();
}}
Expand All @@ -238,7 +238,7 @@ class Popup extends Component {
aria-label="delete"
onClick={(e) => {
chrome.tabs.update({
url: 'https://leetcode.com/discuss/general-discussion/460599/blind-75-leetcode-questions',
url: 'https://leetcode.com/tag/dynamic-programming/discuss/1050391/Must-do-Dynamic-programming-Problems-Category-wise',
});
e.preventDefault();
}}
Expand Down

0 comments on commit 24a5407

Please sign in to comment.