fix image problemsSection

main
Thuong_e 2 years ago
parent 3caa10fe8f
commit 7951981cae
  1. 6
      src/i18n/en/healthCare/problemsSection.json
  2. 6
      src/i18n/vi/healthCare/problemsSection.json

@ -3,19 +3,19 @@
"data": [ "data": [
{ {
"id": 1, "id": 1,
"src": "/src/assets/images/icon-user-behavior.png", "src": "images/image19.png",
"title": "User behavior", "title": "User behavior",
"content": "Satisfying the habit of searching for any unusual signs related to the user's health" "content": "Satisfying the habit of searching for any unusual signs related to the user's health"
}, },
{ {
"id": 2, "id": 2,
"src": "/src/assets/images/image20.png", "src": "images/image20.png",
"title": "User Information", "title": "User Information",
"content": "Providing accurate and easy-to-understand information for users" "content": "Providing accurate and easy-to-understand information for users"
}, },
{ {
"id": 3, "id": 3,
"src": "/src/assets/images/image21.png", "src": "images/image21.png",
"title": "Interaction", "title": "Interaction",
"content": "Providing a good user experience with high interactivity, encourage users to provide more valuable information about their illness" "content": "Providing a good user experience with high interactivity, encourage users to provide more valuable information about their illness"
} }

@ -3,19 +3,19 @@
"data": [ "data": [
{ {
"id": 1, "id": 1,
"src": "../../../../public/images/image19.png", "src": "images/image19.png",
"title": "Hành vi người dùng", "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" "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, "id": 2,
"src": "../../../../public/images/image20.png", "src": "images/image20.png",
"title": "Thông tin người dùng", "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" "content": "Cung cấp thông tin chính xác, dễ hiểu cho người dùng"
}, },
{ {
"id": 3, "id": 3,
"src": "../../../../public/images/image21.png", "src": "images/image21.png",
"title": "Sự tương tác", "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ọ" "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ọ"
} }

Loading…
Cancel
Save