diff --git a/Project/frontend/src/pages/PatchList.tsx b/Project/frontend/src/pages/PatchList.tsx index fe24dfb..14ba92b 100644 --- a/Project/frontend/src/pages/PatchList.tsx +++ b/Project/frontend/src/pages/PatchList.tsx @@ -173,16 +173,20 @@ export function PatchList() { >
+ {item.cate && ( + + {item.cate} + + )} {item.header && ( {item.header} )} - {item.cate && ( - - {item.cate} - - )}

{item.title}

@@ -278,26 +282,28 @@ export function PatchList() {
-
- - setEditFormData({ ...editFormData, header: e.target.value })} - className="w-full h-10 bg-white/10 border border-white/30 rounded-lg px-3 text-white placeholder-white/50 focus:outline-none focus:ring-2 focus:ring-primary-400" - placeholder="예: v2.0.0" - /> -
+
+
+ + setEditFormData({ ...editFormData, cate: e.target.value })} + className="w-full h-10 bg-white/10 border border-white/30 rounded-lg px-3 text-white placeholder-white/50 focus:outline-none focus:ring-2 focus:ring-primary-400" + placeholder="예: 패치, update" + /> +
-
- - setEditFormData({ ...editFormData, cate: e.target.value })} - className="w-full h-10 bg-white/10 border border-white/30 rounded-lg px-3 text-white placeholder-white/50 focus:outline-none focus:ring-2 focus:ring-primary-400" - placeholder="예: 기능개선" - /> +
+ + setEditFormData({ ...editFormData, header: e.target.value })} + className="w-full h-10 bg-white/10 border border-white/30 rounded-lg px-3 text-white placeholder-white/50 focus:outline-none focus:ring-2 focus:ring-primary-400" + placeholder="예: v2.0.0" + /> +