From 40abcde0a9dc30e47c9c397ac9208fb3dd583540 Mon Sep 17 00:00:00 2001 From: backuppc Date: Wed, 3 Dec 2025 08:23:00 +0900 Subject: [PATCH] Change patch category labels to uppercase: PATCH, UPDATE --- Project/frontend/src/pages/PatchList.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Project/frontend/src/pages/PatchList.tsx b/Project/frontend/src/pages/PatchList.tsx index 255af2b..6b970d8 100644 --- a/Project/frontend/src/pages/PatchList.tsx +++ b/Project/frontend/src/pages/PatchList.tsx @@ -204,7 +204,7 @@ export function PatchList() { bidx: 5, gcode: '', header: '', - cate: '패치', + cate: 'PATCH', title: '', contents: '', file: '', @@ -263,7 +263,7 @@ export function PatchList() {
{item.cate && ( @@ -374,12 +374,12 @@ export function PatchList() {