We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b96666 commit ddb2b27Copy full SHA for ddb2b27
1 file changed
lib/contact/products.ts
@@ -3,10 +3,10 @@
3
export const PRODUCT_IDS = [
4
"place-haejo",
5
"contents-haejo",
6
- "shopzy",
+ "legalize-kr",
7
"curate-ai",
8
"prompt-ops",
9
- "legalize-kr",
+ "shopzy",
10
"oma",
11
] as const;
12
@@ -16,9 +16,9 @@ export type ProductId = (typeof PRODUCT_IDS)[number];
16
export const PRODUCT_LABELS: Record<ProductId, string> = {
17
"place-haejo": "플레이스 해줘",
18
"contents-haejo": "콘텐츠 해줘",
19
- shopzy: "Shopzy",
+ "legalize-kr": "법률 검토해줘",
20
"curate-ai": "CurateAI",
21
"prompt-ops": "PromptOps",
22
- "legalize-kr": "Legalize KR",
+ shopzy: "Shopzy",
23
oma: "OMA (oh-my-agent)",
24
};
0 commit comments