add title

This commit is contained in:
Sasha 2023-11-23 16:46:59 +01:00
parent a01d6d3b22
commit 285013d322
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<title>Share notes</title>
<body className={inter.className}>
<WakuProvider>{children}</WakuProvider>
</body>