Skip to content

Commit d913f48

Browse files
authored
Merge pull request #1009 from TechnologyEnhancedLearning/TD-5304-Fix
TD-5304-Notifications Page - Anchors are used for buttons
2 parents 34705b1 + 2c44e04 commit d913f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<hr class="py-2 mt-4" />
7070
</div>
7171
<i class="fa-solid fa-trash-can-alt pr-2"></i>
72-
<a href="#deleteModal" data-toggle="modal">Delete</a>
72+
<button data-target="#deleteModal" class="nhsuk-button">Delete</button>
7373
</template>
7474
</div>
7575
</div>

0 commit comments

Comments
 (0)