Update service card display and enhance logo styling

This commit is contained in:
MayaChat
2025-11-23 23:19:45 -05:00
parent a42830a10e
commit bb3041a856
2 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@
const span = document.createElement('div');
span.className = 'label';
span.textContent = `${name}${port?(' ('+port+')'):''}`;
span.textContent = `${name}`;
a.appendChild(img);
a.appendChild(span);