Skip to content

Commit 46174ef

Browse files
committed
feat: 카테고리 색상 추가
1 parent 94b37ba commit 46174ef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/constants/colors.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ export const categoryColorMap: Record<string, string> = {
77
TypeScript: "#3178c6",
88
React: "#61dafb",
99
NextJS: "#000000",
10+
NodeJS: "#88CE34",
1011
VueJs: "#4fc08d",
1112
Web: "#e34c26",
1213
Backend: "#0078d4",
14+
ComputerScience: "#f34b7d",
1315
default: "#586069",
1416
};
1517

0 commit comments

Comments
 (0)