ソースを参照

feat: 导航菜单

BaiLuoYan 3 ヶ月 前
コミット
6bfe83d1b0
1 ファイル変更0 行追加1 行削除
  1. 0 1
      src/components/Topbar/useTopbarAction.ts

+ 0 - 1
src/components/Topbar/useTopbarAction.ts

@@ -4,7 +4,6 @@ import { useNavigate } from 'react-router-dom';
 
 import type { NavMenuItem } from '@/utils/navUtils';
 
-const MOBILE_BREAKPOINT = 768;
 const OVERFLOW_BUTTON_WIDTH = 80;
 const MENU_ITEM_GAP = 10;