atmosphere explorer
0
fork

Configure Feed

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

add aria-label for handle input field

authored by

Chloe and committed by
Tangled
f2d9306d b14208e2

+1
+1
src/components/login.tsx
··· 77 77 id="username" 78 78 name="username" 79 79 autocomplete="username" 80 + aria-label="Your AT Protocol handle" 80 81 class="grow py-1 select-none placeholder:text-sm focus:outline-none" 81 82 onInput={(e) => setLoginInput(e.currentTarget.value)} 82 83 />