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 3dfcef8 commit db60225
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<meta name="notFair" content="First coin on the first zk blockchain" />
<body className={inter.className}>{children}</body>
</html>
);
Expand Down

0 comments on commit db60225

Please sign in to comment.