Skip to content

Commit 34e5be6

Browse files
committed
fixed typo in alert-dialog component
1 parent 57267a8 commit 34e5be6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

components/ui/alert-dialog.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ const AlertDialogContent = React.forwardRef<
7777
)}
7878
{...props}
7979
>
80+
<AlertDialogTitle className="sr-only">Dialog Title</AlertDialogTitle>
81+
<AlertDialogDescription className="sr-only">
82+
Dialog Description
83+
</AlertDialogDescription>
8084
{children}
8185
</div>
8286
);

0 commit comments

Comments
 (0)