feat: 한국 현황 상단에 중국어선감시 버튼 추가

This commit is contained in:
Nan Kyung Lee 2026-03-20 08:48:21 +09:00
부모 8f4558a81c
커밋 d40084da3b

파일 보기

@ -307,6 +307,15 @@ function AuthenticatedApp({ user, onLogout }: AuthenticatedAppProps) {
<span className="text-[11px]">🚢</span>
{t('filters.ferryWatch')}
</button>
<button
type="button"
className={`mode-btn ${koreaLayers.cnFishing ? 'active live' : ''}`}
onClick={() => toggleKoreaLayer('cnFishing')}
title="중국어선감시"
>
<span className="text-[11px]">🎣</span>
</button>
</div>
)}