somratpro Claude Sonnet 4.6 commited on
Commit
8607bed
·
1 Parent(s): 83010db

chore: fix footer — @somratpro as main author, @anurag008w as contributor

Browse files
Files changed (1) hide show
  1. health-server.js +1 -1
health-server.js CHANGED
@@ -438,7 +438,7 @@ function renderDashboard(data) {
438
  <a class="hero-action env" data-space-link="env-builder" href="/env-builder">⚙️ Env Builder →</a>
439
  </div>
440
  <section class="overview">${tilesHtml}</section>
441
- <footer>Built by <a href="https://github.com/somratpro" target="_blank" rel="noopener noreferrer" style="color:inherit;text-decoration:none">@somratpro</a>${JUPYTER_ENABLED ? " · Terminal by JupyterLab" : ""}<br>Env Builder &amp; JupyterLab integration by<br><a href="https://github.com/anurag008w" target="_blank" rel="noopener noreferrer" style="color:inherit;text-decoration:none">@anurag</a></footer>
442
  </main>
443
  <script>
444
  document.querySelectorAll('.local-time').forEach(el=>{const d=new Date(el.getAttribute('data-iso'));if(!isNaN(d))el.textContent='At '+d.toLocaleTimeString()});
 
438
  <a class="hero-action env" data-space-link="env-builder" href="/env-builder">⚙️ Env Builder →</a>
439
  </div>
440
  <section class="overview">${tilesHtml}</section>
441
+ <footer>Built by <a href="https://github.com/somratpro" target="_blank" rel="noopener noreferrer" style="color:inherit;text-decoration:none">@somratpro</a>${JUPYTER_ENABLED ? " · Terminal by JupyterLab" : ""} · Contributions by <a href="https://github.com/anurag008w" target="_blank" rel="noopener noreferrer" style="color:inherit;text-decoration:none">@anurag008w</a></footer>
442
  </main>
443
  <script>
444
  document.querySelectorAll('.local-time').forEach(el=>{const d=new Date(el.getAttribute('data-iso'));if(!isNaN(d))el.textContent='At '+d.toLocaleTimeString()});