From 7951981cae53d16ec54415a3dd6b20e6845a1195 Mon Sep 17 00:00:00 2001 From: Thuong_e Date: Fri, 21 Apr 2023 15:30:00 +0700 Subject: [PATCH] fix image problemsSection --- src/i18n/en/healthCare/problemsSection.json | 6 +++--- src/i18n/vi/healthCare/problemsSection.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/i18n/en/healthCare/problemsSection.json b/src/i18n/en/healthCare/problemsSection.json index c657489..177996a 100644 --- a/src/i18n/en/healthCare/problemsSection.json +++ b/src/i18n/en/healthCare/problemsSection.json @@ -3,19 +3,19 @@ "data": [ { "id": 1, - "src": "/src/assets/images/icon-user-behavior.png", + "src": "images/image19.png", "title": "User behavior", "content": "Satisfying the habit of searching for any unusual signs related to the user's health" }, { "id": 2, - "src": "/src/assets/images/image20.png", + "src": "images/image20.png", "title": "User Information​", "content": "Providing accurate and easy-to-understand information for users​" }, { "id": 3, - "src": "/src/assets/images/image21.png", + "src": "images/image21.png", "title": "Interaction", "content": "Providing a good user experience with high interactivity, encourage users to provide more valuable information about their illness​" } diff --git a/src/i18n/vi/healthCare/problemsSection.json b/src/i18n/vi/healthCare/problemsSection.json index e322cb2..17f4c23 100644 --- a/src/i18n/vi/healthCare/problemsSection.json +++ b/src/i18n/vi/healthCare/problemsSection.json @@ -3,19 +3,19 @@ "data": [ { "id": 1, - "src": "../../../../public/images/image19.png", + "src": "images/image19.png", "title": "Hành vi người dùng", "content": "Thỏa mãn thói quen tìm kiếm mọi dấu hiệu bất thường liên quan đến sức khỏe của người dùng" }, { "id": 2, - "src": "../../../../public/images/image20.png", + "src": "images/image20.png", "title": "Thông tin người dùng​", "content": "Cung cấp thông tin chính xác, dễ hiểu cho người dùng​" }, { "id": 3, - "src": "../../../../public/images/image21.png", + "src": "images/image21.png", "title": "Sự tương tác", "content": "Mang lại trải nghiệm tốt cho người dùng với tính tương tác cao, khuyến khích người dùng cung cấp thêm thông tin giá trị về bệnh tật của họ​" }