somratpro commited on
Commit
b6c7f2b
·
1 Parent(s): 87766ca

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
@@ -1294,7 +1294,7 @@ function renderDashboard(data) {
1294
  </div>
1295
  </div>
1296
 
1297
- <footer><span class="live">Live</span> status - Health endpoint: <code>/health</code></footer>
1298
  </main>
1299
  <script>
1300
  async function refresh() {
 
1294
  </div>
1295
  </div>
1296
 
1297
+ <footer>Built by <a href="https://github.com/somratpro" target="_blank" rel="noopener noreferrer" style="color: var(--accent); text-decoration: none;">@somratpro</a></footer>
1298
  </main>
1299
  <script>
1300
  async function refresh() {