From 58bbfcdcaa45f8c80a447d3979ff854b02168ac3 Mon Sep 17 00:00:00 2001 From: Prakshitha Malla Date: Sat, 30 May 2026 00:13:24 +0530 Subject: [PATCH] fix: added accessible aria label attribute to search input node #37 --- components/console/top-navbar.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/console/top-navbar.tsx b/components/console/top-navbar.tsx index b81ce80..19f3735 100644 --- a/components/console/top-navbar.tsx +++ b/components/console/top-navbar.tsx @@ -46,6 +46,7 @@ export function ConsoleTopNav() { @@ -127,4 +128,4 @@ export function ConsoleTopNav() { ); -} +} \ No newline at end of file