From 5ac8e4e0982af4f5751b57be6d973adc2f086c8e Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Thu, 16 Apr 2026 12:05:17 -0700 Subject: [PATCH] remove redundant pangolin text in footer in saas --- src/app/auth/layout.tsx | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/src/app/auth/layout.tsx b/src/app/auth/layout.tsx index 997ca3fb3..2cd8b4876 100644 --- a/src/app/auth/layout.tsx +++ b/src/app/auth/layout.tsx @@ -66,18 +66,23 @@ export default async function AuthLayout({ children }: AuthLayoutProps) { © {new Date().getFullYear()} Fossorial, Inc. - - - - {process.env.BRANDING_APP_NAME || "Pangolin"} - - + {build !== "saas" && ( + <> + + + + {process.env.BRANDING_APP_NAME || + "Pangolin"} + + + + )} {build === "oss"