diff --git a/app/components/button.tsx b/app/components/button.tsx
index c6039acc292..87b4abd30f9 100644
--- a/app/components/button.tsx
+++ b/app/components/button.tsx
@@ -18,6 +18,7 @@ export function IconButton(props: {
tabIndex?: number;
autoFocus?: boolean;
style?: CSSProperties;
+ aria?: string;
}) {
return (
);
diff --git a/app/components/chat.tsx b/app/components/chat.tsx
index e4ba869c3bf..b18c86708a7 100644
--- a/app/components/chat.tsx
+++ b/app/components/chat.tsx
@@ -1337,6 +1337,8 @@ function _Chat() {