From 620d13ad8a828db3bc153ef63353a3d9c33d7c7f Mon Sep 17 00:00:00 2001 From: Anirban Kar Date: Wed, 18 Dec 2024 21:29:54 +0530 Subject: [PATCH] updated title header --- app/commit.json | 2 +- app/components/chat/ChatAlert.tsx | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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