mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-09 07:56:08 +00:00
updated title header
This commit is contained in:
parent
b25b8b98f9
commit
620d13ad8a
@ -1 +1 @@
|
|||||||
{ "commit": "3d8abee511aca2db3d3040a88f3ed46069d9b037" }
|
{ "commit": "b25b8b98f9c3c2b009802c2608e3e6a5a1f81569" }
|
||||||
|
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user