Spaces:
Runtime error
Runtime error
Commit
•
05f18a4
1
Parent(s):
d5af700
fix bug
Browse files
src/app/interface/edit-modal/index.tsx
CHANGED
@@ -45,7 +45,6 @@ export function EditModal({
|
|
45 |
</DialogTrigger>
|
46 |
<DialogContent className="sm:max-w-[425px] text-stone-800">
|
47 |
<DialogHeader>
|
48 |
-
<DialogTitle>Edit Prompt</DialogTitle>
|
49 |
<DialogDescription className="w-full text-center text-lg font-bold text-stone-800">
|
50 |
Edit Prompt
|
51 |
</DialogDescription>
|
|
|
45 |
</DialogTrigger>
|
46 |
<DialogContent className="sm:max-w-[425px] text-stone-800">
|
47 |
<DialogHeader>
|
|
|
48 |
<DialogDescription className="w-full text-center text-lg font-bold text-stone-800">
|
49 |
Edit Prompt
|
50 |
</DialogDescription>
|