Clean up blank slates

This commit is contained in:
Andy Smith
2026-01-12 15:37:06 -06:00
parent 30928a1f5a
commit 64fdbf6b8f
15 changed files with 54 additions and 55 deletions
@@ -5,7 +5,7 @@
<%= button_to "Mark all as read", bulk_reading_path, class: "btn txt-small", form: { data: { turbo: false } }, data: { action: "badge#clear" } %>
</div>
<% else %>
<div class="notifications-list__empty-message blank-slate blank-slate--empty align-self-center">
<div class="notifications-list__blank-slate blank-slate align-self-center">
Nothing new for you
</div>
<% end %>