mirror of
https://github.com/coleam00/bolt.new-any-llm
synced 2024-12-27 22:33:03 +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) {
|
||||
const { title, description, content } = alert;
|
||||
const { description, content } = alert;
|
||||
|
||||
return (
|
||||
<AnimatePresence>
|
||||
@ -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
|
||||
</motion.h3>
|
||||
<motion.div
|
||||
initial={{ opacity: 0 }}
|
||||
|
Loading…
Reference in New Issue
Block a user