a tool for shared writing and social publishing
0
fork

Configure Feed

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

small styling tweak to atproto stuff in the log in modal

celine fd15cd7b 6c2bed42

+2 -2
+2 -2
app/login/LoginForm.tsx
··· 188 188 </ButtonPrimary> 189 189 <button 190 190 type="button" 191 - className="text-sm text-tertiary place-self-end mt-1" 191 + className="text-sm text-accent-contrast place-self-center mt-[6px]" 192 192 onClick={() => setSigningWithHandle(true)} 193 193 > 194 - sign in with your handle 194 + or use an ATProto handle 195 195 </button> 196 196 </div> 197 197 )}