Skip to content

Commit ddb2b27

Browse files
committed
refactor(contact): reorder products and localize legalize-kr label
1 parent 2b96666 commit ddb2b27

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

lib/contact/products.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
export const PRODUCT_IDS = [
44
"place-haejo",
55
"contents-haejo",
6-
"shopzy",
6+
"legalize-kr",
77
"curate-ai",
88
"prompt-ops",
9-
"legalize-kr",
9+
"shopzy",
1010
"oma",
1111
] as const;
1212

@@ -16,9 +16,9 @@ export type ProductId = (typeof PRODUCT_IDS)[number];
1616
export const PRODUCT_LABELS: Record<ProductId, string> = {
1717
"place-haejo": "플레이스 해줘",
1818
"contents-haejo": "콘텐츠 해줘",
19-
shopzy: "Shopzy",
19+
"legalize-kr": "법률 검토해줘",
2020
"curate-ai": "CurateAI",
2121
"prompt-ops": "PromptOps",
22-
"legalize-kr": "Legalize KR",
22+
shopzy: "Shopzy",
2323
oma: "OMA (oh-my-agent)",
2424
};

0 commit comments

Comments
 (0)