We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64b5844 commit f8559ddCopy full SHA for f8559dd
frontend/src/components/EditProfileModal.tsx
@@ -57,7 +57,12 @@ export default function EditProfileModal({
57
};
58
59
return (
60
- <div className="fixed inset-0 bg-dark-background flex items-center justify-center z-50 shadow-5xl">
+ <div
61
+ className="fixed inset-0 bg-dark-background flex items-center justify-center z-50 shadow-5xl"
62
+ role="dialog"
63
+ aria-modal="true"
64
+ aria-labelledby="edit-profile-title"
65
+ >
66
<div className="bg-highlight-dark text-white p-6 rounded-lg w-[90%] max-w-lg shadow-xl relative">
67
<button
68
className="absolute top-3 right-3 text-gray-400 hover:text-white hover:cursor-pointer"
0 commit comments