Skip to content

Commit 695b591

Browse files
Copilotjeffwilcox
andauthored
Fix list-related accessibility issue: wrap loading text in HelpWantedWidget
Agent-Logs-Url: https://github.com/microsoft/opensource.microsoft.com/sessions/c74674a9-5b9d-41b7-91d2-0701948bcab2 Co-authored-by: jeffwilcox <427913+jeffwilcox@users.noreply.github.com>
1 parent ec5cec5 commit 695b591

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/collaborate/components/HelpWantedWidget.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function HelpWantedSection() {
7272
const helpWanted = data?.helpWanted || [];
7373

7474
if (isPending) {
75-
return <>Discovering recent activity...</>;
75+
return <p>Discovering recent activity...</p>;
7676
}
7777

7878
if (error) {

0 commit comments

Comments
 (0)