Skip to content

Commit

Permalink
Add cursor: pointer to showlist buttons.
Browse files Browse the repository at this point in the history
  • Loading branch information
kovipu committed Apr 12, 2024
1 parent ab330ea commit 3b7ec7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/responsiveShowlist.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const NavButton = ({ value, onClick, text, alternate = false }: NavButton) => {
return (
<>
<a
className={`${'flex py-8 font-bold text-teal transition hover:text-coral'}
className={`${'flex cursor-pointer py-8 font-bold text-teal transition hover:text-coral'}
${disabled ? 'hidden' : ''}
${alternate ? '' : ''}
`}
Expand Down

0 comments on commit 3b7ec7f

Please sign in to comment.