diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c9a9578..57e9c46 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -35,7 +35,7 @@ export default function RootLayout({children}: { children: React.ReactNode}) { function Banner () { return (
- Looking for the old web3.storage? Read more about our changes or log in to the old web3.storage. + Looking for the old web3.storage? Read more about our changes or log in to the old web3.storage.
) }