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.

feat: add atmosphere account link to login modal

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

+4
+4
app/lib/components/organisms/LoginModal.svelte
··· 103 103 {/each} 104 104 </div> 105 105 </div> 106 + <div class="learn-more"> 107 + <a class="create-account-link" href="https://atmosphereaccount.com/" target="_blank" rel="noopener noreferrer">What is an atmosphere account?</a> 108 + </div> 106 109 <div class="input-wrapper"> 107 110 <input 108 111 type="text" ··· 270 273 text-decoration: none; 271 274 } 272 275 .create-account-link:hover { text-decoration: underline; } 276 + .learn-more { text-align: center; font-size: 13px; margin-bottom: 16px; } 273 277 .legal-links { 274 278 font-size: 11px; 275 279 color: var(--text-faint);