mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-24 17:52:33 +00:00
remove redundant pangolin text in footer in saas
This commit is contained in:
@@ -66,18 +66,23 @@ export default async function AuthLayout({ children }: AuthLayoutProps) {
|
|||||||
© {new Date().getFullYear()} Fossorial, Inc.
|
© {new Date().getFullYear()} Fossorial, Inc.
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
<Separator orientation="vertical" />
|
{build !== "saas" && (
|
||||||
<a
|
<>
|
||||||
href="https://pangolin.net"
|
<Separator orientation="vertical" />
|
||||||
target="_blank"
|
<a
|
||||||
rel="noopener noreferrer"
|
href="https://pangolin.net"
|
||||||
aria-label="Built by Fossorial"
|
target="_blank"
|
||||||
className="flex items-center space-x-2 whitespace-nowrap"
|
rel="noopener noreferrer"
|
||||||
>
|
aria-label="Built by Fossorial"
|
||||||
<span>
|
className="flex items-center space-x-2 whitespace-nowrap"
|
||||||
{process.env.BRANDING_APP_NAME || "Pangolin"}
|
>
|
||||||
</span>
|
<span>
|
||||||
</a>
|
{process.env.BRANDING_APP_NAME ||
|
||||||
|
"Pangolin"}
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
|
</>
|
||||||
|
)}
|
||||||
<Separator orientation="vertical" />
|
<Separator orientation="vertical" />
|
||||||
<span>
|
<span>
|
||||||
{build === "oss"
|
{build === "oss"
|
||||||
|
|||||||
Reference in New Issue
Block a user