From a6734a1fe4c8b0077cdf29fd5f2920b6c72b4ebb Mon Sep 17 00:00:00 2001 From: Kevin Riehl Date: Wed, 11 Mar 2026 20:51:22 -0700 Subject: [PATCH] Replace title prop with aria-label on Lock icon --- src/pages/Chat.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/Chat.tsx b/src/pages/Chat.tsx index e1a1044..039e4b1 100644 --- a/src/pages/Chat.tsx +++ b/src/pages/Chat.tsx @@ -209,7 +209,9 @@ export default function Chat() { )} - + + + {/* Messages */}