Spaces:
Sleeping
Sleeping
chore(ui): drop GitHub link from footer (repo is private)
Browse files
livemedcard/static/index.html
CHANGED
|
@@ -837,8 +837,7 @@ function applyLang(lang){
|
|
| 837 |
$('#ask').textContent = t.ask;
|
| 838 |
renderTrust();
|
| 839 |
$('#site-footer').innerHTML = `${t.footer1}<br>${t.footer2}
|
| 840 |
-
<div class="flinks"><a href="https://
|
| 841 |
-
<a href="https://traces.solutions" target="_blank" rel="noopener">traces.solutions</a> ·
|
| 842 |
<a href="https://arxiv.org/abs/2605.03838" target="_blank" rel="noopener">TRACE (arXiv)</a></div>`;
|
| 843 |
buildChips();
|
| 844 |
if(lastState) render(lastState);
|
|
|
|
| 837 |
$('#ask').textContent = t.ask;
|
| 838 |
renderTrust();
|
| 839 |
$('#site-footer').innerHTML = `${t.footer1}<br>${t.footer2}
|
| 840 |
+
<div class="flinks"><a href="https://traces.solutions" target="_blank" rel="noopener">traces.solutions</a> ·
|
|
|
|
| 841 |
<a href="https://arxiv.org/abs/2605.03838" target="_blank" rel="noopener">TRACE (arXiv)</a></div>`;
|
| 842 |
buildChips();
|
| 843 |
if(lastState) render(lastState);
|