Skip to content

Commit cae72f6

Browse files
committed
카테고리 순서 변경
1 parent c7789b6 commit cae72f6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/lib/categories.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ export const CATEGORY_GROUPS: CategoryGroup[] = [
2323
{ id: "cpp", label: "C++" },
2424
],
2525
},
26+
{
27+
label: "Linux",
28+
categories: [
29+
{ id: "linux", label: "Linux" },
30+
{ id: "arch-linux", label: "Arch Linux" },
31+
],
32+
},
2633
{
2734
label: "Web",
2835
categories: [
@@ -37,13 +44,6 @@ export const CATEGORY_GROUPS: CategoryGroup[] = [
3744
{ id: "github-actions", label: "GitHub Actions" },
3845
],
3946
},
40-
{
41-
label: "Linux",
42-
categories: [
43-
{ id: "arch-linux", label: "Arch Linux" },
44-
{ id: "linux", label: "Linux" },
45-
],
46-
},
4747
{
4848
label: "Algorithm",
4949
categories: [{ id: "algorithm", label: "알고리즘" }],

0 commit comments

Comments
 (0)