diff options
| author | Nathalia Veiga <nathalialveiga@gmail.com> | 2025-11-04 19:51:15 -0300 |
|---|---|---|
| committer | Nathalia Veiga <nathalialveiga@gmail.com> | 2025-11-04 19:51:15 -0300 |
| commit | 2a1b2fce7328d3fefee523440be7be20d93367a4 (patch) | |
| tree | 1789729b792156460848397387f7352e8105ef88 | |
| parent | 398af42e0a4ba93992ced5182dcf77463f398047 (diff) | |
botao settings
| -rw-r--r-- | frontend/index.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/frontend/index.html b/frontend/index.html index 237f2f7..8858836 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -70,9 +70,8 @@ <footer class="sidebar-footer"> <button id="toggleUpdatesBtn"> - <i class="fas fa-pause"></i> <span>Pausar</span> - </button> - <p>Status: <span id="statusText">Monitorando...</span></p> + <i class="fas fa-cog"></i> <span>Settings</span> + </button> </footer> </aside> |
