formatting
This commit is contained in:
parent
ff339a124b
commit
edb715425e
1 changed files with 3 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue