We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 995972e commit d344f29Copy full SHA for d344f29
1 file changed
plugins/google-search-console/src/screens/GoogleLogin.tsx
@@ -22,7 +22,7 @@ export default function GoogleLogin({ login, loading, hasError, errorMessage }:
22
</p>
23
</div>
24
25
- <button type="button" onClick={login} disabled={loading}>
+ <button type="button" onClick={login} disabled={loading} aria-label={loading ? "Logging in" : "Log in"}>
26
{loading ? <div className="framer-spinner" /> : "Log In"}
27
</button>
28
0 commit comments