feat: update SVG logos and enhance brand wordmark styling

This commit is contained in:
shuaiplus
2026-04-27 02:01:27 +08:00
parent 7ab836d0f3
commit bfd347a52c
8 changed files with 80 additions and 31 deletions
@@ -34,7 +34,7 @@ export default function AppAuthenticatedShell(props: AppAuthenticatedShellProps)
<header className="topbar">
<div className="brand">
<img src="/nodewarden-logo.svg" alt="NodeWarden logo" className="brand-logo" />
<span className="brand-wordmark">NodeWarden</span>
<span className="brand-wordmark" role="img" aria-label="NodeWarden" />
<span className="mobile-page-title">{props.currentPageTitle}</span>
</div>
<div className="topbar-actions">
@@ -12,7 +12,7 @@ export default function StandalonePageFrame(props: StandalonePageFrameProps) {
<div className="standalone-brand standalone-brand-outside">
<img src="/nodewarden-logo.svg" alt="NodeWarden logo" className="standalone-brand-logo" />
<div>
<span className="standalone-brand-wordmark">NodeWarden</span>
<span className="standalone-brand-wordmark" role="img" aria-label="NodeWarden" />
</div>
</div>