LeetPushExtension / LeetPush

Chrome extension to capture and push LeetCode solutions to your GitHub repository.
https://chromewebstore.google.com/detail/leetpush/gmagfdabfjaipjgdfgddjgongeemkalf
MIT License
119 stars 9 forks source link

fix:Daily Challenge Link Not Redirecting on Click #81

Closed ammarGamal123 closed 3 weeks ago

ammarGamal123 commented 1 month ago

Resolved an issue where clicking the daily challenge link did not navigate to the intended URL. The problem was fixed by adding target="_blank" to ensure the link opens correctly in a new tab.

husamahmud commented 3 weeks ago

Great work @ammarGamal123, Thanks for contributing ❤️