Skip to content

Commit 54ae5a4

Browse files
committed
fix: 카테고리 색상 적용되지 않는 문제 수정
1 parent cf38048 commit 54ae5a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/constants/colors.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ export const categoryColorMap: Record<string, string> = {
66
JavaScript: "#f1e05a",
77
TypeScript: "#3178c6",
88
React: "#61dafb",
9-
NextJS: "#000000",
10-
NodeJS: "#88CE34",
9+
Next: "#000000",
10+
Node: "#88CE34",
1111
VueJs: "#4fc08d",
1212
Web: "#e34c26",
1313
Backend: "#0078d4",

0 commit comments

Comments
 (0)