14 lines
603 B
Vue
Executable File
14 lines
603 B
Vue
Executable File
<template>
|
|
<v-card elevation="10" class=" mt-sm-0 mt-6">
|
|
<v-card-item class="text-center">
|
|
<p class="text-body-1 mb-4 textSecondary">LEVEL UP</p>
|
|
<img src="@/assets/images/backgrounds/gold.png" alt="image" width="150" />
|
|
<h5 class="text-h5 pt-3 mb-0">You reach all Notifications</h5>
|
|
<p class="text-body-1 mt-3 textSecondary">
|
|
Congratulations,<br> Tap to continue next task.
|
|
</p>
|
|
<v-btn flat color="primary" class="mt-4" size="large">Yes, Got it!</v-btn>
|
|
</v-card-item>
|
|
</v-card>
|
|
</template>
|