How to add icon in cursor.
Opened this issue · 0 comments
sagarkhadka commented
I am doing like this but the icon is not applying. I even tried to add svg code directly in data-cursor-icon
but didn't work.
<h4
data-cursor-icon='/icons/up-arrow.svg'
id={`service-${index}`}
ref={serviceRef}
className='tracking-[-0.25rem] md:tracking-[-0.5rem]'
>
{serviceTitle}
</h4>