Skip to content

Commit

Permalink
fix: set aria role on static indicator toast
Browse files Browse the repository at this point in the history
fixes #71419
  • Loading branch information
makepanic committed Oct 17, 2024
1 parent 06b6faa commit 3ecd501
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type { Dispatcher } from '../../app/hot-reloader-client'

export function StaticIndicator({ dispatcher }: { dispatcher?: Dispatcher }) {
return (
<Toast className={`nextjs-static-indicator-toast-wrapper`}>
<Toast role="status" className={`nextjs-static-indicator-toast-wrapper`}>
<div className="nextjs-static-indicator-toast-icon">
<LightningBolt />
</div>
Expand Down

0 comments on commit 3ecd501

Please sign in to comment.