diff --git a/resources/assets/js/components/AkauntingModalAddNew.vue b/resources/assets/js/components/AkauntingModalAddNew.vue
index eb7ce3922..724f2d645 100644
--- a/resources/assets/js/components/AkauntingModalAddNew.vue
+++ b/resources/assets/js/components/AkauntingModalAddNew.vue
@@ -98,12 +98,10 @@ export default {
return {
cancel: {
text: 'Cancel',
- icon: 'fas fa-times',
class: 'btn-outline-secondary',
},
confirm: {
text: 'Save',
- icon: 'fas fa-save',
class: 'btn-success',
}
};
diff --git a/resources/assets/js/components/AkauntingWidget.vue b/resources/assets/js/components/AkauntingWidget.vue
index f26643679..ca66e52f9 100644
--- a/resources/assets/js/components/AkauntingWidget.vue
+++ b/resources/assets/js/components/AkauntingWidget.vue
@@ -78,13 +78,11 @@
diff --git a/resources/views/partials/form/multi_select_add_new_group.blade.php b/resources/views/partials/form/multi_select_add_new_group.blade.php
index c49d145c9..2460c6dab 100644
--- a/resources/views/partials/form/multi_select_add_new_group.blade.php
+++ b/resources/views/partials/form/multi_select_add_new_group.blade.php
@@ -34,12 +34,10 @@
'buttons' => [
'cancel' => [
'text' => trans('general.cancel'),
- 'icon' => 'fas fa-times',
'class' => 'btn-outline-secondary'
],
'confirm' => [
'text' => trans('general.save'),
- 'icon' => 'fas fa-save',
'class' => 'btn-success'
]
]
diff --git a/resources/views/partials/form/select_add_new_group.blade.php b/resources/views/partials/form/select_add_new_group.blade.php
index feab06a09..84fc4c3ff 100644
--- a/resources/views/partials/form/select_add_new_group.blade.php
+++ b/resources/views/partials/form/select_add_new_group.blade.php
@@ -32,12 +32,10 @@
'buttons' => [
'cancel' => [
'text' => trans('general.cancel'),
- 'icon' => 'fas fa-times',
'class' => 'btn-outline-secondary'
],
'confirm' => [
'text' => trans('general.save'),
- 'icon' => 'fas fa-save',
'class' => 'btn-success'
]
]
diff --git a/resources/views/partials/form/select_group_add_new_group.blade.php b/resources/views/partials/form/select_group_add_new_group.blade.php
index b419a9d0a..639298b9b 100644
--- a/resources/views/partials/form/select_group_add_new_group.blade.php
+++ b/resources/views/partials/form/select_group_add_new_group.blade.php
@@ -32,12 +32,10 @@
'buttons' => [
'cancel' => [
'text' => trans('general.cancel'),
- 'icon' => 'fas fa-times',
'class' => 'btn-outline-secondary'
],
'confirm' => [
'text' => trans('general.save'),
- 'icon' => 'fas fa-save',
'class' => 'btn-success'
]
]
diff --git a/resources/views/purchases/bills/item.blade.php b/resources/views/purchases/bills/item.blade.php
index 9fcc68921..1a6df5bb9 100644
--- a/resources/views/purchases/bills/item.blade.php
+++ b/resources/views/purchases/bills/item.blade.php
@@ -102,12 +102,10 @@
'buttons' => [
'cancel' => [
'text' => trans('general.cancel'),
- 'icon' => 'fas fa-times',
'class' => 'btn-outline-secondary'
],
'confirm' => [
'text' => trans('general.save'),
- 'icon' => 'fas fa-save',
'class' => 'btn-success'
]
]
diff --git a/resources/views/sales/invoices/item.blade.php b/resources/views/sales/invoices/item.blade.php
index e302f7aa1..49c4f90ef 100644
--- a/resources/views/sales/invoices/item.blade.php
+++ b/resources/views/sales/invoices/item.blade.php
@@ -102,12 +102,10 @@
'buttons' => [
'cancel' => [
'text' => trans('general.cancel'),
- 'icon' => 'fas fa-times',
'class' => 'btn-outline-secondary'
],
'confirm' => [
'text' => trans('general.save'),
- 'icon' => 'fas fa-save',
'class' => 'btn-success'
]
]