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
I have a project section similar to Cuberto's, where I've enabled the data-cursor-text="Explore" attribute for images. When I click on an image to navigate to another page, the Mouse Follower cursor still displays the text "Explore" and retains its enlarged size on the new page.
How can I set Mouse Follower to its default state with no text and default sizing? at page where i am navigating or can i set it default when i click on image ?
I have a project section similar to Cuberto's, where I've enabled the data-cursor-text="Explore" attribute for images. When I click on an image to navigate to another page, the Mouse Follower cursor still displays the text "Explore" and retains its enlarged size on the new page.
<Image src={project.imageUrl} alt={project.name} height={450} width={645} className="hover:scale-[1.05] cursor-pointer" style={{ transition: "all 0.5s linear" }} onClick={() => handleClick(project.href)} layout="responsive" loading="lazy" data-cursor-text={"Explore"} />
The text was updated successfully, but these errors were encountered: