diff --git a/src/features/tech-log/presentation/studio/components/release-editor.tsx b/src/features/tech-log/presentation/studio/components/release-editor.tsx index 3fbc4e2..5aa8ec3 100644 --- a/src/features/tech-log/presentation/studio/components/release-editor.tsx +++ b/src/features/tech-log/presentation/studio/components/release-editor.tsx @@ -228,8 +228,7 @@ export function ReleaseEditor() { ) : null} {draft === null ? null : ( - <> -
+

RELEASE · {draft.versionLabel}

{draft.title || "릴리즈"}

@@ -332,34 +331,7 @@ export function ReleaseEditor() { 공개에서 내리기
-
- - - -
-
- +
)} );