|  | @@ -25,9 +25,9 @@
 | 
											
												
													
														|  |              class="destination-card cursor-pointer rounded-borders"
 |  |              class="destination-card cursor-pointer rounded-borders"
 | 
											
												
													
														|  |              @mouseenter="hoverFlag = true"
 |  |              @mouseenter="hoverFlag = true"
 | 
											
												
													
														|  |              @mouseleave="hoverFlag = true"
 |  |              @mouseleave="hoverFlag = true"
 | 
											
												
													
														|  | -            @click="goPage('/destination-detail/' + item.destinationid)"
 |  | 
 | 
											
												
													
														|  |            >
 |  |            >
 | 
											
												
													
														|  |              <q-img
 |  |              <q-img
 | 
											
												
													
														|  | 
 |  | +              @click="goPage('/destination-detail/' + item.destinationId)"
 | 
											
												
													
														|  |                class="rounded-borders"
 |  |                class="rounded-borders"
 | 
											
												
													
														|  |                style="height: 100%"
 |  |                style="height: 100%"
 | 
											
												
													
														|  |                :src="normalizeMultiImageUrl(item.destinationProfileImage)"
 |  |                :src="normalizeMultiImageUrl(item.destinationProfileImage)"
 |