diff --git a/src/App.vue b/src/App.vue
index 6ed429b..016086a 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -2,7 +2,7 @@ Letenka
Letenka
+ Letenka
+
Datum odletu: - {{ deparatureRangeDate.start.getDate() }}. {{ deparatureRangeDate.start.getMonth() + 1 }}. {{ deparatureRangeDate.start.getFullYear() }} + {{ deparatureRangeDate.start.getDate() }}. {{ deparatureRangeDate.start.getMonth() + 1 }}. {{ deparatureRangeDate.start.getFullYear() }} +
++ Datum příletu: + {{ deparatureRangeDate.end.getDate() }}. {{ deparatureRangeDate.end.getMonth() + 1 }}. {{ deparatureRangeDate.end.getFullYear() }} +
+Počet cestujcích: {{ personCount }}
@@ -92,6 +96,11 @@ Letenka + @@ -161,12 +170,41 @@ export default {