somratpro Copilot commited on
Commit
9980a9e
·
1 Parent(s): 4d4adff

fix: update footer to credit the author in the dashboard

Browse files
Files changed (1) hide show
  1. health-server.js +1 -1
health-server.js CHANGED
@@ -216,7 +216,7 @@ function renderDashboard(data) {
216
  <section class="overview">
217
  ${tiles}
218
  </section>
219
- <footer><span class="live">Live</span> status - Health endpoint: <code>/health</code></footer>
220
  </main>
221
  <script>
222
  document.querySelectorAll('.local-time').forEach(el => {
 
216
  <section class="overview">
217
  ${tiles}
218
  </section>
219
+ <footer>Built by <a href="https://github.com/somratpro" target="_blank" rel="noopener noreferrer" style="color: var(--accent); text-decoration: none;">@somratpro</a></footer>
220
  </main>
221
  <script>
222
  document.querySelectorAll('.local-time').forEach(el => {