Skip to content

Commit

Permalink
Update layout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
SVell committed Dec 30, 2023
1 parent db60225 commit bc5c7e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "notFair",
description: "First coin on the first zk blockchain",
openGraph: {
title: "notFair",
description: "First coin on the first zk blockchain",
},
};

export default function RootLayout({
Expand Down

0 comments on commit bc5c7e7

Please sign in to comment.