Skip to content

Commit

Permalink
fix: add notice
Browse files Browse the repository at this point in the history
  • Loading branch information
qin-guan committed Jul 23, 2023
1 parent 147704d commit d92b964
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pages/thanks.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<script setup lang="ts">
import Message from 'primevue/message'
import Skeleton from 'primevue/skeleton'
import InputMask from 'primevue/inputmask'
import Card from 'primevue/card'
Expand Down Expand Up @@ -108,6 +109,12 @@ async function create() {
<main flex flex-col gap10>
<NuxtImg preload fit="inside" width="135" height="135" alt="World Skills ASEAN" densities="x1 x2 x3" src="/images/logo.webp" />

<Message severity="warn">
If you win a prize in the lucky draw, you will be informed through either <strong>Telegram or Phone Call</strong>.
<br>
Please keep a lookout for this number: <strong>+65 88** *511</strong>.
</Message>

<section>
<Skeleton v-if="surveyPending" height="200px" />
<span v-else flex flex-col>
Expand Down

0 comments on commit d92b964

Please sign in to comment.