feat: implement 4 future backlog tasks (side margins, max-width, 1240px header breakpoint, remove intl-conf category)

This commit is contained in:
2026-07-30 20:23:30 +09:00
parent 36a4cd851e
commit 51aae14133
8 changed files with 30 additions and 15 deletions
-5
View File
@@ -8,11 +8,6 @@ export interface CategoryInfo {
// Single source of truth for Publications categories (P-02 / D-01)
export const PUB_CATEGORIES: CategoryInfo[] = [
{
slug: "intl-conf",
label: "International Conference",
desc: "국제 학술대회 발표 및 프로시딩 논문",
},
{
slug: "intl-journal-conf",
label: "International Journal & Conference",
-1
View File
@@ -18,7 +18,6 @@ export interface Alumnus {
}
export type PubCategory =
| "intl-conf"
| "intl-journal-conf"
| "domestic-journal-conf"
| "patent";