somratpro commited on
Commit
abaeee7
·
1 Parent(s): 158cba5

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
@@ -533,7 +533,7 @@ function renderDashboard(data) {
533
  <section class="overview">
534
  ${tiles}
535
  </section>
536
- <footer><span class="live">Live</span> status - Health endpoint: <code>/health</code></footer>
537
  </main>
538
  <script>
539
  document.querySelectorAll('.local-time').forEach(el => {
 
533
  <section class="overview">
534
  ${tiles}
535
  </section>
536
+ <footer>Built by <a href="https://github.com/somratpro" target="_blank" rel="noopener noreferrer" style="color: var(--accent); text-decoration: none;">@somratpro</a></footer>
537
  </main>
538
  <script>
539
  document.querySelectorAll('.local-time').forEach(el => {