Update service card display and enhance logo styling
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user