Add cursor-pointer class to link
This commit is contained in:
@ -16,7 +16,7 @@ const variants = {
|
||||
primary: 'btn-primary' ,
|
||||
secondary: 'btn-secondary',
|
||||
tertiary: 'btn btn-tertiary',
|
||||
link: 'hover:text-primary',
|
||||
link: 'cursor-pointer hover:text-primary',
|
||||
};
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user