fix: missing closing ETA block tag in home.ejs SSR section

This commit is contained in:
M1 2026-03-16 17:32:22 +04:00
parent 0597c7f6e7
commit 31f95288e6
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@
<% }) %>
<% } else { %>
<div class="text-center py-16 text-gray-600">Loading...</div>
<% } %>
</div>
</main>