Skip to content

Commit c962135

Browse files
committed
fix: NextJS 색상 상수 추가
1 parent 9826c81 commit c962135

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/constants/colors.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export const categoryColorMap: Record<string, string> = {
66
JavaScript: "#f1e05a",
77
TypeScript: "#3178c6",
88
React: "#61dafb",
9+
NextJS: "#000000",
910
VueJs: "#4fc08d",
1011
Web: "#e34c26",
1112
Backend: "#0078d4",

0 commit comments

Comments
 (0)