feat: update website branding with new logo and wordmark, enhance styles for better responsiveness

This commit is contained in:
shuaiplus
2026-04-18 21:44:27 +08:00
parent 408874ac05
commit ef47597be5
11 changed files with 39 additions and 9 deletions
@@ -33,7 +33,7 @@ export default function AppAuthenticatedShell(props: AppAuthenticatedShellProps)
<header className="topbar">
<div className="brand">
<img src="/logo-64.png" alt="NodeWarden logo" className="brand-logo" />
<span className="brand-name">NodeWarden</span>
<img src="/nodewarden-wordmark.svg" alt="NodeWarden" className="brand-wordmark" />
<span className="mobile-page-title">{props.currentPageTitle}</span>
</div>
<div className="topbar-actions">