diff --git a/frontend/src/components/TopMenuBar.tsx b/frontend/src/components/TopMenuBar.tsx
index 68b43f0..3764d12 100644
--- a/frontend/src/components/TopMenuBar.tsx
+++ b/frontend/src/components/TopMenuBar.tsx
@@ -2,7 +2,7 @@
* 최상단 글로벌 메뉴바
*
* 레이아웃:
- * [로고] | [대시보드] [실시간차트] [투자전략] | [테마토글] [로그인]
+ * [로고] | [대시보드] [실시간차트] [전략편집기] … | [테마토글] [로그인]
*/
import React, { memo } from 'react';
import type { Theme } from '../types';
@@ -70,17 +70,6 @@ const IcPaper = () => (
);
-const IcStrategy = () => (
-
-);
-
const IcBacktest = () => (