somratpro commited on
Commit
92e14cd
·
1 Parent(s): d7aa0e0

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