Skip to content

Commit a28f5d8

Browse files
author
Erwin Dondorp
committed
modernized github logo to 2015+
1 parent df4321d commit a28f5d8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

saltgui/static/scripts/panels/Login.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ export class LoginPanel extends Panel {
6666
aa.rel = "noopener";
6767

6868
const img = Utils.createElem("img");
69-
img.src = "static/images/github.png";
69+
img.src = "static/images/GitHub_Invertocat_Black.png";
70+
img.style = "width: 1em; margin-right: 5px";
7071
aa.append(img);
7172

7273
const txt = document.createTextNode(LoginPanel.version);

0 commit comments

Comments
 (0)