updated title header

This commit is contained in:
Anirban Kar 2024-12-18 21:29:54 +05:30
parent b25b8b98f9
commit 620d13ad8a
2 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
{ "commit": "3d8abee511aca2db3d3040a88f3ed46069d9b037" } { "commit": "b25b8b98f9c3c2b009802c2608e3e6a5a1f81569" }

View File

@ -9,7 +9,7 @@ interface Props {
} }
export default function ChatAlert({ alert, clearAlert, postMessage }: Props) { export default function ChatAlert({ alert, clearAlert, postMessage }: Props) {
const { title, description, content } = alert; const { description, content } = alert;
return ( return (
<AnimatePresence> <AnimatePresence>
@ -38,7 +38,8 @@ export default function ChatAlert({ alert, clearAlert, postMessage }: Props) {
transition={{ delay: 0.1 }} transition={{ delay: 0.1 }}
className={`text-sm font-medium text-bolt-elements-textPrimary`} className={`text-sm font-medium text-bolt-elements-textPrimary`}
> >
{title} {/* {title} */}
Opps There is an error
</motion.h3> </motion.h3>
<motion.div <motion.div
initial={{ opacity: 0 }} initial={{ opacity: 0 }}