formatting

This commit is contained in:
hiteshkumar87 2023-10-12 16:42:25 +05:30
parent ff339a124b
commit edb715425e

View file

@ -9,7 +9,7 @@
<div class="header-container">
<img :src="ScheduleConfirmationImage" />
<span v-html="ScheduleConfirmationText"></span>
</div>
</div>
<div
class="appoinmenttext"
v-html="this.getAppointmentWordingText()"></div>
@ -24,8 +24,8 @@
<p>{{ this.ScheduleDateFormatted }}</p>
<p>{{ this.ScheduleTimeFormatted }}</p>
</div>
<addToCalendar></addToCalendar>
<addToCalendar></addToCalendar>
<div
class="appoinmenttext"
v-html="this.AppointmentWordingText"></div>
@ -37,7 +37,6 @@
isBackButtonHidden="true"
@ForwardClicked="forwardButtonAction"
:buttonSize="true" />
</div>
</div>
</div>