refactor: ajustes na interface - logo, nome do sistema e layout da home

This commit is contained in:
andersonid
2025-04-02 14:34:05 -03:00
parent 32cd4b70c1
commit 4f781b2a0e
3 changed files with 13 additions and 6 deletions

View File

@@ -5,9 +5,9 @@
{% block content %}
<div class="row mb-4">
<div class="col-12">
<h1 class="display-4 mb-4">
<i class="fas fa-tachometer-alt me-2"></i>Dashboard
</h1>
<h3 class="text-muted mb-4">
{{ moment().format('LL') }}
</h3>
</div>
</div>