LeetPushExtension / LeetPush

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

fix:Daily Challenge Link Not Redirecting on Click #81

Closed ammarGamal123 closed 2 months ago

ammarGamal123 commented 2 months 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 2 months ago

Great work @ammarGamal123, Thanks for contributing ❤️