diff --git a/src/components/LoginPromptModal.tsx b/src/components/LoginPromptModal.tsx index 3a1ccbd..beb2eb9 100644 --- a/src/components/LoginPromptModal.tsx +++ b/src/components/LoginPromptModal.tsx @@ -71,17 +71,25 @@ const LoginPromptModal: React.FC = ({ onClose }) => { diff --git a/src/components/Tutorial/tutorialSteps.ts b/src/components/Tutorial/tutorialSteps.ts index 98c10dc..87f9d4a 100644 --- a/src/components/Tutorial/tutorialSteps.ts +++ b/src/components/Tutorial/tutorialSteps.ts @@ -294,14 +294,14 @@ export const tutorialSteps: TutorialStepDef[] = [ targetSelector: '.social-posting-form', titleKey: 'tutorial.upload.required.title', descriptionKey: 'tutorial.upload.required.desc', - position: 'left', + position: 'top', clickToAdvance: false, }, { targetSelector: '.social-posting-radio-group', titleKey: 'tutorial.upload.schedule.title', descriptionKey: 'tutorial.upload.schedule.desc', - position: 'left', + position: 'top', clickToAdvance: false, }, { diff --git a/src/components/VideoDetailContent.tsx b/src/components/VideoDetailContent.tsx index 1f3617a..153a00d 100644 --- a/src/components/VideoDetailContent.tsx +++ b/src/components/VideoDetailContent.tsx @@ -299,8 +299,9 @@ const VideoDetailContent: React.FC = ({ videoId, isModa
{/* 카카오톡 */} diff --git a/src/locales/ko.json b/src/locales/ko.json index e562f07..1f20d08 100644 --- a/src/locales/ko.json +++ b/src/locales/ko.json @@ -171,7 +171,7 @@ "testDataLoadFailed": "테스트 데이터를 불러오는데 실패했습니다.", "searching": "검색 중...", "searchTypeManual": "직접 입력", - "manualModalTitle": "업체 정보 직접 입력", + "manualModalTitle": "업체 정보 입력", "manualLabelName": "업체명", "manualLabelAddress": "주소", "manualPlaceholderName": "업체명을 입력하세요.", @@ -208,7 +208,7 @@ "testDataLoading": "로딩 중...", "testData": "테스트 데이터", "searchTypeManual": "직접 입력", - "manualModalTitle": "업체 정보 직접 입력", + "manualModalTitle": "업체 정보 입력", "manualLabelName": "업체명", "manualLabelAddress": "주소", "manualPlaceholderName": "업체명을 입력하세요.", @@ -566,8 +566,8 @@ "failedCount": "실패 {{count}}" }, "loginPrompt": { - "title": "로그인이 필요합니다", - "loginBtn": "카카오로 로그인" + "title": "로그인이 필요합니다.", + "loginBtn": "로그인" }, "app": { "loginProcessing": "로그인 처리 중...", diff --git a/src/pages/Dashboard/UrlInputContent.tsx b/src/pages/Dashboard/UrlInputContent.tsx index fd71e2f..d9b4855 100644 --- a/src/pages/Dashboard/UrlInputContent.tsx +++ b/src/pages/Dashboard/UrlInputContent.tsx @@ -70,7 +70,7 @@ const UrlInputContent: React.FC = ({ onAnalyze, onAutocomp const searchTypeOptions = [ { value: 'url' as SearchType, label: 'URL' }, { value: 'name' as SearchType, label: t('urlInput.searchTypeBusinessName') }, - { value: 'manual' as SearchType, label: t('urlInput.searchTypeManual') }, + // { value: 'manual' as SearchType, label: t('urlInput.searchTypeManual') }, ]; const getPlaceholder = () => { diff --git a/src/pages/Landing/HeroSection.tsx b/src/pages/Landing/HeroSection.tsx index 7beca64..d2ff016 100755 --- a/src/pages/Landing/HeroSection.tsx +++ b/src/pages/Landing/HeroSection.tsx @@ -116,7 +116,7 @@ const HeroSection: React.FC = ({ onAnalyze, onAutocomplete, on const searchTypeOptions = [ { value: 'url' as SearchType, label: 'URL' }, { value: 'name' as SearchType, label: t('landing.hero.searchTypeBusinessName') }, - { value: 'manual' as SearchType, label: t('landing.hero.searchTypeManual') }, + // { value: 'manual' as SearchType, label: t('landing.hero.searchTypeManual') }, ]; // 드롭다운 외부 클릭 감지