sweetalert "confirmButtonClass" code example
Example 1: sweet alert bootstrap
Swal.fire({ icon: 'success', title: 'Oops...', text: 'Something went wrong!', footer: 'Why do I have this issue?'})
Example 2: sweet alert bootstrap
Swal.fire( 'Good job!', 'You clicked the button!', 'success')