Reduced sidebar title size

X-Lovable-Edit-ID: edt-1fddd001-c611-447a-b7ae-c2d2ffdf7060
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 23:27:49 +00:00
co-authored by renee-png
+1 -1
View File
@@ -82,7 +82,7 @@ export function AppShell({ children }: { children: ReactNode }) {
<JusticeIcon className="h-full w-full" invert />
</div>
<div className="leading-tight">
<div className="font-serif text-lg">Stage Law Firm, PLLC</div>
<div className="font-serif text-sm whitespace-nowrap">Stage Law Firm, PLLC</div>
<div className="text-[10px] uppercase tracking-widest text-sidebar-foreground/60">Law Firm Suite</div>
</div>
</div>