From 4c06c81e4afc73fcf20a47a1064434f4f9898667 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Sun, 8 Mar 2026 10:47:29 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[design-insight]=20=EC=9D=B8=EA=B8=B0=20?= =?UTF-8?q?UI=20=ED=8C=A8=ED=84=B4=2020=EC=A2=85=20=E2=86=92=2050=EC=A2=85?= =?UTF-8?q?=20=EB=AC=B8=EA=B5=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/rd/design-insight/index.blade.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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종이 추가되었습니다'); }, }; }