Skip to content

Commit 4ee7746

Browse files
committed
Add aria-label
1 parent fe368cb commit 4ee7746

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/airtable/src/Login.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export function Authenticate({ onAuthenticated }: AuthenticationProps) {
7272
<li>Map the table fields to the CMS</li>
7373
</ol>
7474

75-
<button className="action-button" type="submit">
75+
<button className="action-button" type="submit" aria-label={isLoading ? "Logging in" : "Log in"}>
7676
{isLoading ? <div className="framer-spinner" /> : "Log In"}
7777
</button>
7878
</form>

0 commit comments

Comments
 (0)