[Log] added, log menu: "Welcome Event"

This commit is contained in:
younghoon100.park
2024-07-02 18:24:02 +09:00
parent d1ca7e7043
commit f78400395b
3 changed files with 8 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ export const getMenuByTargetContent = (contentTarget) => {
} else if (type === "HP") {
return LOG_MENU.HOT_PICKS;
} else if (type === "WE") {
return "Temp, Welcome Event"; // pyh todo, menu 문의
return LOG_MENU.WELCOME_EVENT;
} else if (type === "OS") {
return LOG_MENU.ON_SALE;
} else if (type === "BS") {