Browse Source

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

Owen Schwartz 9 tháng trước cách đây
mục cha
commit
778491b49f
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  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";
 import { authCookieHeader } from "@app/api/cookies";
 
 
 export const metadata: Metadata = {
 export const metadata: Metadata = {
-    title: `Configuration - ${process.env.NEXT_PUBLIC_APP_NAME}`,
+    title: `Configuration - Pangolin`,
     description: "",
     description: "",
 };
 };
 
 

+ 1 - 1
src/app/layout.tsx

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