feat(branding): atualiza landing, fontes e assets publicos

This commit is contained in:
Felipe Coutinho
2026-03-09 17:14:37 +00:00
parent 6205dee42a
commit f724d8ac04
30 changed files with 94 additions and 74 deletions

View File

@@ -66,7 +66,7 @@ export function getPrimaryPdfColor(): [number, number, number] {
}
export async function loadExportLogoDataUrl(
logoPath = "/logo_text.png",
logoPath = "/imagens/logo_text.png",
): Promise<string | null> {
if (typeof window === "undefined" || typeof document === "undefined") {
return null;