Update BookedAppointment.jsx

This commit is contained in:
AkhilBarthwal005 2020-10-30 11:38:15 +05:30 committed by GitHub
parent be79035df8
commit ab42b24b3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ function BookedAppointment(props) {
<td className="text-center">
<button
onClick={() => removeData(item.id)}
className="btn btn-danger"
className="btn-booked btn-danger"
>
Delete
</button>