Skip to content

Commit a2fb42c

Browse files
committed
fixes
1 parent fc01ec7 commit a2fb42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LearningHub.Nhs.WebUI/Scripts/vuesrc/notification/notification.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</td>
4646
<td class="px-sm-3 py-sm-3">
4747
<div class="d-flex justify-content-between" v-if="notification.userDismissable">
48-
<button data-target="#deleteModal" data-toggle="modal" @click="selectNotification(notification)">Delete <i class="fa-solid fa-trash-can-alt pt-1"></i></button>
48+
<button data-target="#deleteModal" class="nhsuk-button nhsuk-u-margin-bottom-0" data-toggle="modal" @click="selectNotification(notification)">Delete</button>
4949
</div>
5050
</td>
5151
</tr>

0 commit comments

Comments
 (0)