Spaces:
Running
Running
chore: fix footer — @somratpro as main author, @anurag008w as contributor
Browse files- 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" : ""}
|
| 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()});
|