feat(web): use company logo PNG in brand mark
Build and Push Images / Build jorgecuadros-api (push) Successful in 2m2s
Build and Push Images / Build jorgecuadros-web (push) Successful in 3m7s

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:
2026-07-23 22:17:17 -07:00
parent 27b3bd9efc
commit 921a47cbaa
4 changed files with 20 additions and 15 deletions
+5 -3
View File
@@ -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>