Closed ammarGamal123 closed 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.
target="_blank"
Great work @ammarGamal123, Thanks for contributing ❤️
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.