first commit

This commit is contained in:
benjibennn
2023-12-22 12:35:55 +08:00
commit 9f89a732d6
872 changed files with 156291 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<div class="flex items-center justify-between p-5 m-8 bg-red-200 border border-red-400 rounded-lg">
<div class="relative">
<h5 class="mb-2 text-xl font-bold text-red-700">Cancel Subscription Plan</h5>
<p class="text-red-600">Danger Zone! This will cancel your subscription</p>
</div>
<div @click="$store.confirmCancel.open = true" class="px-4 py-2 text-sm font-medium text-white bg-red-600 rounded-lg cursor-pointer">Cancel</div>
</div>