From 31b07bc9dda3de74cc5d35cd3daeed2c36f7e5d5 Mon Sep 17 00:00:00 2001 From: wonderlandpark Date: Thu, 11 Mar 2021 13:39:20 +0900 Subject: [PATCH] chore: renamed slash command --- pages/categories/index.tsx | 2 +- utils/Constants.ts | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pages/categories/index.tsx b/pages/categories/index.tsx index ea178a5..3b6d28e 100644 --- a/pages/categories/index.tsx +++ b/pages/categories/index.tsx @@ -18,7 +18,7 @@ const Categories:NextPage = () => { { categories.map(t => { - { '슬래시 명령어': + { '빗금 명령어': }[t] ?? diff --git a/utils/Constants.ts b/utils/Constants.ts index c79a1b8..16aeb55 100644 --- a/utils/Constants.ts +++ b/utils/Constants.ts @@ -58,6 +58,7 @@ export const library = [ '기타', '비공개', ] + export const categories = [ // 상위 카테고리 '관리', @@ -66,7 +67,7 @@ export const categories = [ '게임', '도박', '로깅', - '슬래시 명령어', + '빗금 명령어', '웹 대시보드', '밈', '레벨링', @@ -92,7 +93,7 @@ export const categoryIcon = { '전적': 'fas fa-puzzle-piece', '웹 대시보드': 'fas fa-sliders-h', '로깅': 'fas fa-pencil-alt', - '슬래시 명령어': null, + '빗금 명령어': null, '도박': 'fas fa-money-bill-alt', '게임': 'fas fa-gamepad', '밈': 'fas fa-image',