feat: 한국 현황 상단에 중국어선감시 버튼 추가
This commit is contained in:
부모
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>
|
||||
)}
|
||||
|
||||
|
||||
불러오는 중...
Reference in New Issue
Block a user