fix(server): replaces text logo with proper logo
Build & Deploy / build (push) Successful in 1m42s

This commit is contained in:
2026-08-02 01:26:12 +02:00
parent b849cfd4b7
commit d33a25bfa5
3 changed files with 2 additions and 6 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

+1 -5
View File
@@ -58,16 +58,12 @@ textarea {
} }
.brand-mark { .brand-mark {
display: grid;
place-items: center;
width: 34px; width: 34px;
height: 34px; height: 34px;
border: 1px solid #4c5d74; border: 1px solid #4c5d74;
border-radius: 6px; border-radius: 6px;
background: #223044; background: #223044;
color: #c8f2df; object-fit: cover;
font-weight: 800;
letter-spacing: 0;
} }
.brand strong, .brand strong,
+1 -1
View File
@@ -10,7 +10,7 @@
<div class="app-shell"> <div class="app-shell">
<aside class="sidebar"> <aside class="sidebar">
<div class="brand"> <div class="brand">
<span class="brand-mark">RL</span> <img class="brand-mark" src="/admin/Ngino_logo_symbol.png" alt="Ngino">
<span> <span>
<strong>Ngino</strong> <strong>Ngino</strong>
<small>Admin</small> <small>Admin</small>