mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-05-09 19:01:47 +00:00
feat(branding): atualiza landing, fontes e assets publicos
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user