grain.social is a photo sharing platform built on atproto. grain.social
atproto photography appview
57
fork

Configure Feed

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

make mobile logo link to home

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+2 -1
+2 -1
app/lib/components/molecules/MobileTopBar.svelte
··· 8 8 <button class="mobile-hamburger" onclick={onHamburger}> 9 9 <Menu size={20} /> 10 10 </button> 11 - <span class="mobile-logo">grain</span> 11 + <a href="/" class="mobile-logo">grain</a> 12 12 <button class="mobile-search-btn" onclick={onSearch}> 13 13 <Search size={20} /> 14 14 </button> ··· 46 46 font-weight: 800; 47 47 font-size: 20px; 48 48 color: #fff; 49 + text-decoration: none; 49 50 } 50 51 51 52 @media (max-width: 600px) {