Commit 69f1ca28 authored by Alejandro Celaya's avatar Alejandro Celaya Committed by Alejandro Celaya

Add alert role to WarningBanner

parent b4e5f084
......@@ -7,7 +7,7 @@ import classnames from 'classnames';
*/
export default function WarningBanner() {
return (
<div className="bg-white">
<div className="bg-white" role="alert">
<div
className={classnames(
'flex items-center gap-x-2',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment