Remove unnecessary font

This commit is contained in:
Cüneyt Şentürk
2020-02-19 15:46:33 +03:00
parent c37be7c8d6
commit b778aa01f6
7 changed files with 0 additions and 14 deletions

View File

@@ -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'
]
]