안드로이드 이이콘 변경

This commit is contained in:
Macbook
2026-06-15 17:58:55 +09:00
parent ba00841834
commit 8b45362a00
5 changed files with 55 additions and 10 deletions
+2 -1
View File
@@ -609,7 +609,7 @@ const DesktopTab: React.FC<{ canBuildDesktop: boolean }> = ({ canBuildDesktop })
};
const AppDownloadModal: React.FC<Props> = ({ onClose, canBuildDesktop = false }) => {
const [tab, setTab] = useState<TabId>('mobile');
const [tab, setTab] = useState<TabId>('desktop');
return (
<DraggableModalFrame
@@ -619,6 +619,7 @@ const AppDownloadModal: React.FC<Props> = ({ onClose, canBuildDesktop = false })
badge={tab === 'mobile' ? 'Mobile' : 'Desktop'}
width={480}
dialogClassName="sp-modal app-download-modal"
recenterOnResize
>
<div className="app-download-tabs" role="tablist" aria-label="다운로드 종류">
<button