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

Configure Feed

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

Remove 'select-none' styling. I don't want that behavior, finally removing it

BK610 db7c5d77 8c36ebaf

+1 -1
+1 -1
components/BaseLayout.tsx
··· 29 29 min-h-screen w-full 30 30 bg-stone-50 31 31 dark:bg-gradient-to-br dark:from-stone-900 dark:to-stone-800 32 - select-none text-stone-900 dark:text-stone-100" 32 + text-stone-900 dark:text-stone-100" 33 33 > 34 34 <div className="max-w-7xl w-full p-2 space-y-4"> 35 35 <NavBar className={navbarVisible ? "" : "invisible"} />