Explorar el Código

Merge branch 'main' of https://github.com/fosrl/pangolin

Owen Schwartz hace 9 meses
padre
commit
778491b49f
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      src/app/[orgId]/layout.tsx
  2. 1 1
      src/app/layout.tsx

+ 1 - 1
src/app/[orgId]/layout.tsx

@@ -11,7 +11,7 @@ import { GetOrgResponse, ListOrgsResponse } from "@server/routers/org";
 import { authCookieHeader } from "@app/api/cookies";
 
 export const metadata: Metadata = {
-    title: `Configuration - ${process.env.NEXT_PUBLIC_APP_NAME}`,
+    title: `Configuration - Pangolin`,
     description: "",
 };
 

+ 1 - 1
src/app/layout.tsx

@@ -11,7 +11,7 @@ import { redirect } from "next/navigation";
 import { verifySession } from "@app/lib/auth/verifySession";
 
 export const metadata: Metadata = {
-    title: `Dashboard - ${process.env.NEXT_PUBLIC_APP_NAME}`,
+    title: `Dashboard - Pangolin`,
     description: "",
 };