Blogging platform with advanced tools for arts and sciences.
6

Configure Feed

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

Add roadmap link

lemma (May 31, 2026, 7:56 PM -0500) 64a01586 a1585f65

+1
+1
app/root.tsx
··· 80 80 <div className="max-w-5xl mx-auto flex items-center justify-between gap-4 text-xs text-stone-400 dark:text-stone-500"> 81 81 <div className="flex items-center gap-4"> 82 82 <Link to="/faq" className="hover:text-stone-600 dark:hover:text-stone-300 transition-colors">FAQ</Link> 83 + <Link to="/kanban?uri=at%3A%2F%2Fdid%3Aplc%3Abhdsqspk6a3qtp6baxbyumxb%2Fsite.standard.document%2F3mn6tvs7gycga" className="hover:text-stone-600 dark:hover:text-stone-300 transition-colors">Roadmap</Link> 83 84 <Link to="/tos" className="hover:text-stone-600 dark:hover:text-stone-300 transition-colors">Terms</Link> 84 85 <Link to="/privacy" className="hover:text-stone-600 dark:hover:text-stone-300 transition-colors">Privacy</Link> 85 86 </div>