-
+
{{ center.contactPerson}}
diff --git a/pre-registration-ui/src/app/feature/booking/map/map.component.ts b/pre-registration-ui/src/app/feature/booking/map/map.component.ts
index 50e4546c..61c3b8f9 100644
--- a/pre-registration-ui/src/app/feature/booking/map/map.component.ts
+++ b/pre-registration-ui/src/app/feature/booking/map/map.component.ts
@@ -33,9 +33,9 @@ export class MapComponent implements OnInit {
markers = [];
googleMapsUrl =
- 'http://maps.google.com/maps/vt?pb=!1m5!1m4!1i{z}!2i{x}!3i{y}!4i256!2m3!1e0!2sm!3i375060738!3m9!2spl!3sUS!5e18!12m1!1e47!12m3!1e37!2m1!1ssmartmaps!4e0';
+ 'https://maps.google.com/maps/vt?pb=!1m5!1m4!1i{z}!2i{x}!3i{y}!4i256!2m3!1e0!2sm!3i375060738!3m9!2spl!3sUS!5e18!12m1!1e47!12m3!1e37!2m1!1ssmartmaps!4e0';
- OSM_URL = 'http://tile.osm.org/{z}/{x}/{y}.png';
+ OSM_URL = 'https://tile.osm.org/{z}/{x}/{y}.png';
constructor(private service: BookingService) {}
diff --git a/pre-registration-ui/src/app/feature/booking/time-selection/time-selection.component.css b/pre-registration-ui/src/app/feature/booking/time-selection/time-selection.component.css
index 799c5149..d05de26f 100644
--- a/pre-registration-ui/src/app/feature/booking/time-selection/time-selection.component.css
+++ b/pre-registration-ui/src/app/feature/booking/time-selection/time-selection.component.css
@@ -38,7 +38,6 @@
.time-selection__arrow-text {
margin: auto;
- color: #ccc;
cursor: pointer;
color: #ff4081;
}
diff --git a/pre-registration-ui/src/app/feature/booking/time-selection/time-selection.component.html b/pre-registration-ui/src/app/feature/booking/time-selection/time-selection.component.html
index 0f8e3fe7..c375acd8 100644
--- a/pre-registration-ui/src/app/feature/booking/time-selection/time-selection.component.html
+++ b/pre-registration-ui/src/app/feature/booking/time-selection/time-selection.component.html
@@ -33,7 +33,7 @@
@@ -142,7 +142,7 @@
}}
+ width="15px" alt="Slots"/>
diff --git a/pre-registration-ui/src/app/feature/dashboard/dashboard/dashboard.component.css b/pre-registration-ui/src/app/feature/dashboard/dashboard/dashboard.component.css
index c425fe93..eab0f0e8 100644
--- a/pre-registration-ui/src/app/feature/dashboard/dashboard/dashboard.component.css
+++ b/pre-registration-ui/src/app/feature/dashboard/dashboard/dashboard.component.css
@@ -20,7 +20,7 @@
flex-wrap: wrap;
}
.heading {
- font-family: 'Roboto';
+ font-family: 'Roboto', sans-serif;
font-size: 20px;
color: #fd518c;
opacity: 100%;
@@ -40,7 +40,7 @@ img {
border-radius: 0px;
margin-left: 15px !important;
margin-top: 30px;
- font-family: 'Roboto';
+ font-family: 'Roboto', sans-serif;
font-size: 11px !important;
}
.modify-app-btn {
@@ -49,12 +49,12 @@ img {
border-radius: 0px;
margin-left: 12px;
margin-top: 30px;
- font-family: 'Roboto';
+ font-family: 'Roboto', sans-serif;
font-size: 11px !important;
}
.create-app-btn {
color: #ffffff;
- font-family: 'Roboto';
+ font-family: 'Roboto', sans-serif;
background-color: #ff4081;
opacity: 90%;
margin-left: 12px;
@@ -74,7 +74,7 @@ img {
padding-right: 45px;
}
.card-header {
- font-family: 'Roboto';
+ font-family: 'Roboto', sans-serif;
font-size: 0.75rem;
opacity: 100%;
display: flex;
diff --git a/pre-registration-ui/src/app/feature/dashboard/dashboard/dashboard.component.html b/pre-registration-ui/src/app/feature/dashboard/dashboard/dashboard.component.html
index e673c754..7d45262e 100644
--- a/pre-registration-ui/src/app/feature/dashboard/dashboard/dashboard.component.html
+++ b/pre-registration-ui/src/app/feature/dashboard/dashboard/dashboard.component.html
@@ -21,6 +21,7 @@
{{ "dashboard.action_modify_appointment" | translate }}
@@ -73,6 +74,7 @@
[matTooltipDisabled]="false"
src="assets\lock.png"
class="lock-img"
+ alt="Lock"
/>