feat(web): use company logo PNG in brand mark
Replace the JC text mark in AppShell and login with the real company_logo.png. Restyle .brand-mark to host the image (white rounded bg, object-fit contain). Appbar 38px, login panel 46px.
This commit is contained in:
@@ -79,9 +79,11 @@ export function AppShell({ children }: { children: ReactNode }) {
|
||||
<header className="appbar">
|
||||
<div className="appbar-inner">
|
||||
<Link href="/clientes" className="brand">
|
||||
<span className="brand-mark" aria-hidden>
|
||||
JC
|
||||
</span>
|
||||
<img
|
||||
src="/images/company_logo.png"
|
||||
alt=""
|
||||
className="brand-mark"
|
||||
/>
|
||||
<span className="brand-text">
|
||||
<span className="brand-name">Jorge Cuadros</span>
|
||||
<span className="brand-sub">& Asociados</span>
|
||||
|
||||
Reference in New Issue
Block a user