Skip to content

Commit

Permalink
category: hide rust category
Browse files Browse the repository at this point in the history
  • Loading branch information
EATSTEAK committed Jun 15, 2024
1 parent c10193a commit b38d06e
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@ type Category = {
};

export const CATEGORIES: { [category: string]: Category } = {
rust: {
id: "rust",
name: "Rust",
description: "모던한 시스템 프로그래밍 언어",
color: {
light: {
bg: "#991b1b",
text: "#ffffff",
},
dark: {
bg: "#991b1b",
text: "#ffffff",
},
},
},
// rust: {
// id: "rust",
// name: "Rust",
// description: "모던한 시스템 프로그래밍 언어",
// color: {
// light: {
// bg: "#991b1b",
// text: "#ffffff",
// },
// dark: {
// bg: "#991b1b",
// text: "#ffffff",
// },
// },
// },
uncategorized: {
id: "uncategorized",
name: "Uncategorized",
Expand Down

0 comments on commit b38d06e

Please sign in to comment.