idea-manager 0.7.9 → 0.7.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -57,7 +57,7 @@ export default function Editor({ projectId, onCollapse }: EditorProps) {
|
|
|
57
57
|
return (
|
|
58
58
|
<div className="flex flex-col h-full">
|
|
59
59
|
<div className="flex items-center justify-between px-4 py-2 border-b border-border">
|
|
60
|
-
<h2 className="text-sm font-medium text-muted-foreground"
|
|
60
|
+
<h2 className="text-sm font-medium text-muted-foreground">BRAINSTORMING</h2>
|
|
61
61
|
<div className="flex items-center gap-2">
|
|
62
62
|
<span className="text-xs text-muted-foreground">
|
|
63
63
|
{saving ? '저장 중...' : content ? '저장됨' : ''}
|