diff --git a/src/ui/layout/SearchHistory.tsx b/src/ui/layout/SearchHistory.tsx index ca95cb91..beb48cda 100644 --- a/src/ui/layout/SearchHistory.tsx +++ b/src/ui/layout/SearchHistory.tsx @@ -141,6 +141,7 @@ export const SearchHistory: FC = () => { className="search-history-item" role="button" tabIndex={0} + aria-label={item.label} onClick={() => handleItemClick(item)} onKeyDown={(e) => { if (e.key === "Enter" || e.key === " ") {