this repo has no description www.baileykane.co/
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add cursor-pointer to all Buttons

Bailey Kane 3e3474a9 a1ed849b

+1 -1
+1 -1
components/Button.tsx
··· 12 12 return ( 13 13 <a href={href} target={target}> 14 14 <button 15 - className={`px-4 py-2 font-bold 15 + className={`px-4 py-2 font-bold cursor-pointer 16 16 bg-linear-to-r from-purple-200 to-orange-100 dark:from-purple-500 dark:to-orange-300 17 17 border border-stone-800 dark:border-stone-200 rounded-full hover:opacity-80 active:opacity-60 ${className}`} 18 18 >