Skip to content

Commit

Permalink
fix: lens-next-privy-app page title
Browse files Browse the repository at this point in the history
  • Loading branch information
iPaulPro committed Jul 11, 2024
1 parent 03588ee commit 9e749c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/lens-next-privy-app/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
};

Expand Down

0 comments on commit 9e749c0

Please sign in to comment.