diff --git a/resources/views/rd/design-insight/index.blade.php b/resources/views/rd/design-insight/index.blade.php index 46c1b0f0..72ad4c38 100644 --- a/resources/views/rd/design-insight/index.blade.php +++ b/resources/views/rd/design-insight/index.blade.php @@ -834,7 +834,7 @@
@@ -941,7 +941,7 @@ 첫 번째 카드 추가 @@ -3764,7 +3764,7 @@ function designInsight() { // ===== Preset Templates ===== loadPresetTemplates() { const existing = (this.currentProject.cards || []).length; - if (existing > 0 && !confirm('현재 프로젝트에 인기 UI 패턴 20종을 추가합니다. 계속하시겠습니까?')) return; + if (existing > 0 && !confirm('현재 프로젝트에 인기 UI 패턴 50종을 추가합니다. 계속하시겠습니까?')) return; const now = new Date().toISOString(); const mkId = () => 'di_' + Date.now() + '_' + Math.random().toString(36).substr(2, 6); @@ -4553,7 +4553,7 @@ function designInsight() { this.currentProject.cards = [...cards, ...this.currentProject.cards]; this.saveProject(); this.categoryFilter = 'pattern'; - this.toast('인기 UI 패턴 20종이 추가되었습니다'); + this.toast('인기 UI 패턴 50종이 추가되었습니다'); }, }; }