메뉴 순서 수정
CI / test (push) Successful in 6m6s
CI / pr_and_merge (push) Has been skipped

This commit is contained in:
2025-12-01 18:30:10 +09:00
parent 555d00e060
commit d0766fca45
+14 -14
View File
@@ -1013,19 +1013,6 @@ function EditorPageInner() {
<span>JSON /</span>
</span>
</button>
<button
type="button"
className="w-full px-3 py-2 text-left hover:bg-red-900/60 text-red-100 border-t border-slate-800"
onClick={() => {
setMenuOpen(false);
void handleDeleteProject();
}}
>
<span className="inline-flex items-center gap-2">
<Trash2 className="w-3 h-3" aria-hidden="true" />
<span> </span>
</span>
</button>
<button
type="button"
className="w-full px-3 py-2 text-left hover:bg-slate-800 text-slate-100 border-t border-slate-800"
@@ -1054,6 +1041,19 @@ function EditorPageInner() {
<span> </span>
</span>
</button>
<button
type="button"
className="w-full px-3 py-2 text-left hover:bg-red-900/60 text-red-100 border-t border-slate-800"
onClick={() => {
setMenuOpen(false);
void handleDeleteProject();
}}
>
<span className="inline-flex items-center gap-2 text-red-500">
<Trash2 className="w-3 h-3" aria-hidden="true" />
<span> </span>
</span>
</button>
</div>
)}
</div>
@@ -1152,7 +1152,7 @@ function EditorPageInner() {
<div className="fixed inset-0 z-30 flex items-center justify-center bg-black/60">
<div className="w-full max-w-2xl rounded-lg border border-slate-700 bg-slate-900 p-4 text-xs text-slate-100 shadow-xl">
<div className="flex items-center justify-between mb-3">
<h3 className="text-sm font-medium">JSON Export / Import</h3>
<h3 className="text-sm font-medium">JSON Export / Import <span className="text-xs text-slate-400">* .</span></h3>
<button
type="button"
className="text-slate-400 hover:text-slate-100 text-sm"