From af283e7dfd24ac408e8732e259b0adda31ec29bd Mon Sep 17 00:00:00 2001 From: Haileyesus Date: Tue, 24 Feb 2026 13:57:12 +0300 Subject: [PATCH] fix(git-panel): add role and aria attributes for accessibility --- src/components/git-panel/view/modals/NewBranchModal.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/git-panel/view/modals/NewBranchModal.tsx b/src/components/git-panel/view/modals/NewBranchModal.tsx index 9e72ca0..f7bef11 100644 --- a/src/components/git-panel/view/modals/NewBranchModal.tsx +++ b/src/components/git-panel/view/modals/NewBranchModal.tsx @@ -50,7 +50,12 @@ export default function NewBranchModal({ return (
-
+

Create New Branch