Merge branch 'main' into feat/add-webhook-logs

This commit is contained in:
Lucas Smith
2025-11-25 11:39:50 +11:00
committed by GitHub

View File

@ -23,7 +23,7 @@ export const TemplateFooter = ({ isDocument = true }: TemplateFooterProps) => {
</Text> </Text>
)} )}
{branding.brandingCompanyDetails ? ( {branding.brandingEnabled && branding.brandingCompanyDetails && (
<Text className="my-8 text-sm text-slate-400"> <Text className="my-8 text-sm text-slate-400">
{branding.brandingCompanyDetails.split('\n').map((line, idx) => { {branding.brandingCompanyDetails.split('\n').map((line, idx) => {
return ( return (
@ -34,7 +34,9 @@ export const TemplateFooter = ({ isDocument = true }: TemplateFooterProps) => {
); );
})} })}
</Text> </Text>
) : ( )}
{!branding.brandingEnabled && (
<Text className="my-8 text-sm text-slate-400"> <Text className="my-8 text-sm text-slate-400">
Documenso, Inc. Documenso, Inc.
<br /> <br />