fix. 공통 컴포넌트 수정

This commit is contained in:
clkim
2025-11-06 15:27:36 +09:00
parent f839a7be41
commit a5fc9b631d
7 changed files with 20 additions and 12 deletions

View File

@@ -27,7 +27,6 @@ export const useCheckPCSpec = (tm: (key: string) => string) => {
contentText: tm('Download_Alert_InstallGuide'),
confirmButtonText: tm('Download_Text_Download'),
modalName: 'modal-download',
isShowDimmed: true,
confirmButtonEvent: () => {
location.href = String(setupUrl)
},