mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 21:00:41 +00:00
feat: replace PNG logos with SVG for better scalability and update styles for improved responsiveness
This commit is contained in:
@@ -33,8 +33,8 @@ export default function AppAuthenticatedShell(props: AppAuthenticatedShellProps)
|
||||
<div className="app-shell">
|
||||
<header className="topbar">
|
||||
<div className="brand">
|
||||
<img src="/logo-64.png" alt="NodeWarden logo" className="brand-logo" />
|
||||
<img src="/nodewarden-wordmark.svg" alt="NodeWarden" className="brand-wordmark" />
|
||||
<img src="/nodewarden-logo.svg" alt="NodeWarden logo" className="brand-logo" />
|
||||
<span className="brand-wordmark">NodeWarden</span>
|
||||
<span className="mobile-page-title">{props.currentPageTitle}</span>
|
||||
</div>
|
||||
<div className="topbar-actions">
|
||||
|
||||
Reference in New Issue
Block a user