We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df4321d commit a28f5d8Copy full SHA for a28f5d8
1 file changed
saltgui/static/scripts/panels/Login.js
@@ -66,7 +66,8 @@ export class LoginPanel extends Panel {
66
aa.rel = "noopener";
67
68
const img = Utils.createElem("img");
69
- img.src = "static/images/github.png";
+ img.src = "static/images/GitHub_Invertocat_Black.png";
70
+ img.style = "width: 1em; margin-right: 5px";
71
aa.append(img);
72
73
const txt = document.createTextNode(LoginPanel.version);
0 commit comments