diff --git a/src/App.jsx b/src/App.jsx
index eb3237f..ef82f67 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -491,9 +491,10 @@ function AppContent() {
return (
{/* Backdrop */}
-
setShowVersionModal(false)}
+ aria-label="Close version upgrade modal"
/>
{/* Modal */}
@@ -604,7 +605,7 @@ function AppContent() {
-
{
e.stopPropagation();
@@ -615,6 +616,7 @@ function AppContent() {
e.stopPropagation();
setSidebarOpen(false);
}}
+ aria-label="Close sidebar"
/>