diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/menuConfig.ts | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/config/menuConfig.ts b/config/menuConfig.ts index eb6913c3..8dadb5a7 100644 --- a/config/menuConfig.ts +++ b/config/menuConfig.ts @@ -318,15 +318,21 @@ export const mainNavVendor: MenuSection[] = [ group: "기술영업" }, { - title: "기술영업 - 해양 Hull RFQ", - href: `/partners/techsales/rfq-offshore-hull`, + title: "기술영업 - 해양 RFQ", + href: `/partners/rfq-tech`, description: "견적 요청에 대한 응답 작성", group: "기술영업" }, { - title: "기술영업 - 해양 Top RFQ", - href: `/partners/techsales/rfq-offshore-top`, - description: "견적 요청에 대한 응답 작성", + title: "기술영업 - 해양 TBE", + href: `/partners/tbe-tech`, + description: "TBE 요청에 대한 응답 작성", + group: "기술영업" + }, + { + title: "기술영업 - 해양 CBE", + href: `/partners/cbe-tech`, + description: "CBE 요청에 대한 응답 작성", group: "기술영업" }, { |
