diff --git a/pages/categories/index.tsx b/pages/categories/index.tsx index 11afe57..ea178a5 100644 --- a/pages/categories/index.tsx +++ b/pages/categories/index.tsx @@ -17,7 +17,12 @@ const Categories:NextPage = () => {
{ categories.map(t => - {t} + { + { '슬래시 명령어': + + + }[t] ?? + } {t} } href={`/categories/${t}`} dark bigger /> ) }
diff --git a/utils/Constants.ts b/utils/Constants.ts index 80f34cc..bbb6c51 100644 --- a/utils/Constants.ts +++ b/utils/Constants.ts @@ -65,6 +65,7 @@ export const categories = [ '게임', '도박', '로깅', + '슬래시 명령어', '웹 대시보드', '밈', '레벨링', @@ -90,6 +91,7 @@ export const categoryIcon = { '전적': 'fas fa-puzzle-piece', '웹 대시보드': 'fas fa-sliders-h', '로깅': 'fas fa-pencil-alt', + '슬래시 명령어': null, '도박': 'fas fa-money-bill-alt', '게임': 'fas fa-gamepad', '밈': 'fas fa-image',