16 lines
650 B
Vue
16 lines
650 B
Vue
|
|
<template>
|
|
<v-sheet rounded="md" color="lightprimary" class="ExtraBox hide-menu mx-1 px-4 py-3">
|
|
<div class="d-flex align-center justify-space-between">
|
|
<div>
|
|
<h6 class="text-h6 text-10 mb-3">Check Pro Version</h6>
|
|
<v-btn href="https://adminmart.com/product/matdash-vuetify-nuxt-js-admin-template/?ref=56#product-demo-section" target="_blank" color="primary" flat>Check</v-btn>
|
|
</div>
|
|
<div class="position-relative me-n8">
|
|
<img src="/images/backgrounds/rupee.png" height="90" width="90" />
|
|
</div>
|
|
</div>
|
|
</v-sheet>
|
|
</template>
|
|
|