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
Description:
The "Add to Cursor" button opens the button's image file in a new tab when clicked, instead of installing the cursor pack.
Steps to Reproduce:
Go to [URL of the page where the button is located].
Find and click the "Add to Cursor" button.
Expected Behavior:
The cursor pack should begin installing.
Actual Behavior:
A new tab opens showing the button's image.
Technical Note:
This seems to be caused by the button being a link (<a> tag) with an href pointing directly to the image file, overriding the intended installation functionality.