Skip to content

Commit f319c07

Browse files
committed
LoadingSpinner.tsx: remove the hidden alt-text span
1 parent 9836abd commit f319c07

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/components/LoadingSpinner.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,4 @@ $half-size: math.div($size, 2);
4444
transform: rotate(350deg);
4545
}
4646
}
47-
48-
.alt-text {
49-
display: none;
50-
}
5147
}

src/components/LoadingSpinner.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,5 @@ export const LoadingSpinner: React.FC = () => (
5858
/>
5959
</g>
6060
</svg>
61-
<span className="alt-text">Loading...</span>
6261
</div>
6362
)

0 commit comments

Comments
 (0)