Skip to content

Commit

Permalink
OFMCC-364 - minor UI change
Browse files Browse the repository at this point in the history
  • Loading branch information
vietle-cgi committed Nov 4, 2023
1 parent c2bbb73 commit 7e5e216
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
<template #content>
<v-row>
<v-col align="center">
<p class="pt-4">Your message has been submitted.</p>
<p class="pt-4">Reference: {{ referenceNumber }}</p>
<p class="pt-4">Typical response times are 3-5 business days.</p>
<p class="pt-4 text-h5">Your message has been submitted.</p>
<p class="pt-4 text-h5">Reference: {{ referenceNumber }}</p>
<p class="pt-4 text-h5">Typical response times are 3-5 business days.</p>
</v-col>
</v-row>
</template>
<template #button>
<v-row justify="space-around">
<AppButton id="return-home-button" :isPrimary="false" size="large" width="200px" @click="returnToHome()">Return to home</AppButton>
<AppButton id="view-message-button" size="large" width="200px" @click="viewMessages()">View messages</AppButton>
<AppButton id="view-messages-button" size="large" width="200px" @click="viewMessages()">View messages</AppButton>
</v-row>
</template>
</AppDialog>
Expand Down

0 comments on commit 7e5e216

Please sign in to comment.