Spaces:
Paused
Paused
Yu Chen commited on
Commit ·
a77d40e
1
Parent(s): d78bc1b
ui change
Browse files
src/components/article/ArticleGenerationModal.tsx
CHANGED
|
@@ -152,7 +152,7 @@ export function ArticleGenerationModal({
|
|
| 152 |
<Dialog open={isOpen} onOpenChange={onClose}>
|
| 153 |
<DialogContent className="max-w-4xl max-h-[90vh]">
|
| 154 |
<DialogHeader>
|
| 155 |
-
<DialogTitle>📝 Generate Article</DialogTitle>
|
| 156 |
<DialogDescription>
|
| 157 |
Configure the parameters for article generation
|
| 158 |
</DialogDescription>
|
|
|
|
| 152 |
<Dialog open={isOpen} onOpenChange={onClose}>
|
| 153 |
<DialogContent className="max-w-4xl max-h-[90vh]">
|
| 154 |
<DialogHeader>
|
| 155 |
+
<DialogTitle>📝 Generate / Rewrite Article</DialogTitle>
|
| 156 |
<DialogDescription>
|
| 157 |
Configure the parameters for article generation
|
| 158 |
</DialogDescription>
|