Browse Source

fix: sure, but how 'bout a logo that isn't broken

A logo addition from another PR snuck in. This definitely makes it
consistent with signup, but this logo broken! This commit makes it be
not broken anymore.
KernelDeimos 1 tháng trước cách đây
mục cha
commit
f80105af6d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/gui/src/UI/UIWindowLogin.js

+ 1 - 1
src/gui/src/UI/UIWindowLogin.js

@@ -49,7 +49,7 @@ async function UIWindowLogin(options){
         h += `<div style="max-width:100%; width:100%; height:100%; min-height:0; box-sizing:border-box; display:flex; flex-direction:column; justify-content:flex-start; align-items:stretch; padding:0; overflow:auto; color:var(--color-text);">`;
             // logo
             h += `<div class="logo-wrapper" style="display:flex; justify-content:center; padding:20px 20px 0 20px; margin-bottom: 0;">`;
-                h += `<img src="/dist/images/logo/logo.svg" style="height:45px;" />`;
+                h += `<img src="${window.icons['logo-white.svg']}" style="width: 40px; height: 40px; margin: 0 auto; display: block; padding: 15px; background-color: blue; border-radius: 5px;">`;
             h += `</div>`;
             // title
             h += `<div style="padding:10px 20px; text-align:center; margin-bottom:0;">`;