You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to make more of an effort to use semantic HTML elements instead of using a <div> for everything. For example, the Modal Alert windows should probably be <dialog> elements instead of a <div>.
We need to make more of an effort to use semantic HTML elements instead of using a
<div>for everything. For example, the Modal Alert windows should probably be<dialog>elements instead of a<div>.