major update

This commit is contained in:
2024-10-17 17:01:42 -04:00
parent 9029993c49
commit c6f806f733
41 changed files with 899 additions and 254 deletions

View File

@@ -128,7 +128,7 @@
<div class="col-span-12 md:col-span-12 flex mt-5 mb-5">
<button class="btn btn-sm btn-accent">
<button class="btn btn-sm btn-secondary">
Save Credit Card
</button>
</div>

View File

@@ -21,7 +21,7 @@
</div>
<div class="flex justify-end">
<router-link :to="{ name: 'customerCreate' }">
<button class="btn btn-sm btn-accent">Create Customer</button>
<button class=" btn bg-blue-700 btn-sm">Create Customer</button>
</router-link>
</div>