diff --git a/app/commit.json b/app/commit.json index 0df77f0..a2ccf46 100644 --- a/app/commit.json +++ b/app/commit.json @@ -1 +1 @@ -{ "commit": "3d8abee511aca2db3d3040a88f3ed46069d9b037" } +{ "commit": "b25b8b98f9c3c2b009802c2608e3e6a5a1f81569" } diff --git a/app/components/chat/ChatAlert.tsx b/app/components/chat/ChatAlert.tsx index 51b1d86..21c12b7 100644 --- a/app/components/chat/ChatAlert.tsx +++ b/app/components/chat/ChatAlert.tsx @@ -9,7 +9,7 @@ interface Props { } export default function ChatAlert({ alert, clearAlert, postMessage }: Props) { - const { title, description, content } = alert; + const { description, content } = alert; return ( @@ -38,7 +38,8 @@ export default function ChatAlert({ alert, clearAlert, postMessage }: Props) { transition={{ delay: 0.1 }} className={`text-sm font-medium text-bolt-elements-textPrimary`} > - {title} + {/* {title} */} + Opps There is an error