diff --git a/src/components/DestinationInfoCard.vue b/src/components/DestinationInfoCard.vue
index 362e591..fe577cc 100644
--- a/src/components/DestinationInfoCard.vue
+++ b/src/components/DestinationInfoCard.vue
@@ -16,19 +16,17 @@
-
+
- {{detial[0].title}}
- {{detial[0].subtitle}}
+ {{ wheelchairAccessText }}
+ เรียนรู้เพิ่มเติม
-
@@ -36,6 +34,17 @@
{{nearestStructureData.lon}} , {{nearestStructureData.lat}}
+
+
@@ -193,28 +202,30 @@
import findLocation from '../../icons/Material/find-location.svg';
import clock from '../../icons/Material/clock.svg';
import check from '../../icons/Material/check-round.svg';
+import cross from '../../icons/Material/cross.svg';
+
// import DestinationInfoCard from '@/components/DestinationInfoCard.vue';
// const destination = {
// title: "อนุสาวรีย์ชัยสมรภูมิ",
// subTitle: "ราชเทวี , กรุงเทพมหานคร"
// }
-const detial = [
- {
- icon: check,
- subtitle: 'เรียนรู้เพิ่มเติม',
- title: 'Unrestricted Wheelchair access',
- },
- {
- icon: findLocation,
- subtitle: '',
- title: '13.76493, 100.53828',
- },
- {
- icon: clock,
- subtitle: '',
- title: 'Mo-Su 11:30-22:00',
- },
-]
+// const detial = [
+// {
+// icon: check,
+// subtitle: 'เรียนรู้เพิ่มเติม',
+// title: 'Unrestricted Wheelchair access',
+// },
+// {
+// icon: findLocation,
+// subtitle: '',
+// title: '13.76493, 100.53828',
+// },
+// {
+// icon: clock,
+// subtitle: '',
+// title: 'Mo-Su 11:30-22:00',
+// },
+// ]