Refactor success toast and show appropriate messages

This commit is contained in:
Sean Morley
2024-04-11 18:18:35 +00:00
parent 53f7f90dbc
commit af07ea29ef
2 changed files with 6 additions and 7 deletions

View File

@@ -4,6 +4,6 @@
<div class="toast toast-top toast-end z-50">
<div class="alert alert-info">
<span>Adventure {action} successfully!</span>
<span>{action}</span>
</div>
</div>