1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-08 15:05:22 +02:00
Maybe/app/views/account/entries/_empty.html.erb

5 lines
201 B
Text
Raw Permalink Normal View History

<div class="flex flex-col items-center justify-center py-40">
<p class="text-secondary mb-2"><%= t(".title") %></p>
<p class="text-subdued max-w-xs text-center"><%= t(".description") %></p>
</div>