feat: add favicon and logo assets, update App component to use logo

This commit is contained in:
shuaiplus
2026-03-01 04:21:07 +08:00
committed by Shuai
parent 0f132f4f43
commit be3b68956b
12 changed files with 10 additions and 11 deletions
+4 -3
View File
@@ -235,14 +235,15 @@ body,
.brand {
display: inline-flex;
align-items: center;
gap: 10px;
font-size: 34px;
font-weight: 800;
color: #1e293b;
}
.brand-icon {
color: #334155;
.brand-logo {
width: 57px;
height: 57px;
object-fit: contain;
}
.topbar-actions {