From 9e749c00317c7ca4feb2e123a7973d0dbdef373f Mon Sep 17 00:00:00 2001 From: Paul Burke Date: Thu, 11 Jul 2024 10:06:03 -0400 Subject: [PATCH] fix: lens-next-privy-app page title --- examples/lens-next-privy-app/src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/lens-next-privy-app/src/app/layout.tsx b/examples/lens-next-privy-app/src/app/layout.tsx index 9932e48b1..270d24836 100644 --- a/examples/lens-next-privy-app/src/app/layout.tsx +++ b/examples/lens-next-privy-app/src/app/layout.tsx @@ -6,7 +6,7 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Lens SDK + ConnectKit + Next.js App", + title: "Lens SDK + Privy + Next.js App", description: "Generated by create next app", };