You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "Contribute Now" button on the homepage is not responding to user clicks. Clicking the button does not trigger any visible action or redirect the user to the expected destination.
Steps to Reproduce
Navigate to the project's homepage.
Locate the "Contribute Now" button.
Click the button and observe that nothing happens.
Expected Behavior
Clicking the "Contribute Now" button should initiate the intended action, such as redirecting the user to a contribution page or displaying a modal/form.
Additional Context
System Details:
Device: Laptop
Operating System: Windows 11
Browser: Chrome
Version: 130.0.6723.117 (Official Build) (64-bit)
Console Errors: No errors reported in the browser console.
Screenshot
Recommendations
Verify that the button's HTML structure and CSS styles are correctly implemented.
Check the JavaScript/framework code responsible for handling the button's click event to ensure it is properly defined and functioning.
Inspect the button's href attribute or any click event listeners to ensure they are correctly configured to trigger the desired action.
Test the button's functionality across different browsers and devices to ensure cross-browser compatibility.
The text was updated successfully, but these errors were encountered:
To reduce notifications, issues are locked. Your issue will be unlock when we will add label as status: ready for dev. Check out the contributing guide for more information.
Description
The "Contribute Now" button on the homepage is not responding to user clicks. Clicking the button does not trigger any visible action or redirect the user to the expected destination.
Steps to Reproduce
Expected Behavior
Clicking the "Contribute Now" button should initiate the intended action, such as redirecting the user to a contribution page or displaying a modal/form.
Additional Context
Screenshot
Recommendations
The text was updated successfully, but these errors were encountered: