Skip to content

Commit 22422e7

Browse files
authored
chore: edit banner and add line to footer (#99)
1 parent dea470b commit 22422e7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/app/layout.tsx

+4-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default function RootLayout({children}: { children: React.ReactNode}) {
3535
function Banner () {
3636
return (
3737
<div className='bg-zinc-950 text-white text-sm text-center p-3'>
38-
Looking for the <strong>old</strong> web3.storage? Read more <a className='underline' href='https://blog.web3.storage/posts/the-data-layer-is-here-with-the-new-web3-storage'>about our changes</a> or <a className='underline' href='https://old.web3.storage'>log in</a> to the old web3.storage.
38+
Storage just got hotter and more decentralized! Check out <a className='underline' href='https://storacha.network'> Storacha</a>!
3939
</div>
4040
)
4141
}
@@ -48,6 +48,9 @@ function Footer () {
4848
<Web3StorageLogo>web3.storage</Web3StorageLogo>
4949
<p className='pt-6 pr-24 font-light text-lg'>Sign up for free using your email address.</p>
5050
<a className='shadow-md border bg-zinc-200 rounded-full inline-block px-4 py-2 bg-grad font-light uppercase mt-8' href='https://console.web3.storage'>Sign up</a>
51+
<p className='pt-6 pr-24 font-light text-lg'>
52+
Looking for the old web3.storage? <a className='underline' href='https://old.web3.storage'>Log in</a> to the old web3.storage.
53+
</p>
5154
</div>
5255
<div className='md:w-1/4'>
5356
<h2 className='font-semibold pb-2 pt-16 md:pt-0'>Resources</h2>

0 commit comments

Comments
 (0)