mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-26 10:43:09 +00:00
remove redundant pangolin text in footer in saas
This commit is contained in:
@@ -66,6 +66,8 @@ export default async function AuthLayout({ children }: AuthLayoutProps) {
|
|||||||
© {new Date().getFullYear()} Fossorial, Inc.
|
© {new Date().getFullYear()} Fossorial, Inc.
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
|
{build !== "saas" && (
|
||||||
|
<>
|
||||||
<Separator orientation="vertical" />
|
<Separator orientation="vertical" />
|
||||||
<a
|
<a
|
||||||
href="https://pangolin.net"
|
href="https://pangolin.net"
|
||||||
@@ -75,9 +77,12 @@ export default async function AuthLayout({ children }: AuthLayoutProps) {
|
|||||||
className="flex items-center space-x-2 whitespace-nowrap"
|
className="flex items-center space-x-2 whitespace-nowrap"
|
||||||
>
|
>
|
||||||
<span>
|
<span>
|
||||||
{process.env.BRANDING_APP_NAME || "Pangolin"}
|
{process.env.BRANDING_APP_NAME ||
|
||||||
|
"Pangolin"}
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
|
</>
|
||||||
|
)}
|
||||||
<Separator orientation="vertical" />
|
<Separator orientation="vertical" />
|
||||||
<span>
|
<span>
|
||||||
{build === "oss"
|
{build === "oss"
|
||||||
|
|||||||
Reference in New Issue
Block a user