AT-based link agregator. Mirror of https://github.com/likeandscribe/frontpage

Add aria labels

tom.sherman.is 80a9ec85 09c3e18d

verified
+2
+2
packages/frontpage/app/(auth)/login/_lib/form.tsx
··· 155 155 name="identifier" 156 156 required 157 157 placeholder="eg. dril.bsky.social" 158 + aria-label="Internet handle" 158 159 /> 159 160 </Field> 160 161 <Button type="submit" disabled={isIdentifierPending} className="w-full"> ··· 247 248 name="pdsUrl" 248 249 placeholder="eg. bsky.social" 249 250 defaultValue={DEFAULT_PDS.host} 251 + aria-label="Personal Data Server host" 250 252 /> 251 253 <Button type="submit" className="w-full" disabled={isPdsPending}> 252 254 Continue to PDS sign up