Prevent android chrome from defining categories on tap

This commit is contained in:
James Grugett 2022-05-12 12:07:44 -04:00
parent fed49d3040
commit aafc08f24c

View File

@ -64,7 +64,7 @@ function CategoryButton(props: {
<div
className={clsx(
'rounded-full border-2 px-4 py-1 shadow-md',
'cursor-pointer',
'cursor-pointer select-none',
isFollowed ? 'border-gray-300 bg-gray-300' : 'bg-white'
)}
onClick={toggle}