feat(assets): replace logo image with SVG format and update favicon; adjust theme color in manifest
This commit is contained in:
@@ -453,7 +453,7 @@ export default function Sidebar({ mobileOpen: _m, onMobileClose: _c }: Props) {
|
||||
{/* Brand */}
|
||||
<div className="sidebar-brand">
|
||||
<div className="brand-logo">
|
||||
<img src="/logo.png" alt="Clinic Pro" className="brand-img" />
|
||||
<img src="/logo.svg" alt="Clinic Pro" className="brand-img" />
|
||||
</div>
|
||||
<div className="brand-text">
|
||||
<b>ClinicPro</b>
|
||||
|
||||
Reference in New Issue
Block a user