Skip to content

Commit

Permalink
chore: edit banner and add line to footer (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
heyjay44 authored Dec 19, 2024
1 parent dea470b commit 22422e7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function RootLayout({children}: { children: React.ReactNode}) {
function Banner () {
return (
<div className='bg-zinc-950 text-white text-sm text-center p-3'>
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.
Storage just got hotter and more decentralized! Check out <a className='underline' href='https://storacha.network'> Storacha</a>!
</div>
)
}
Expand All @@ -48,6 +48,9 @@ function Footer () {
<Web3StorageLogo>web3.storage</Web3StorageLogo>
<p className='pt-6 pr-24 font-light text-lg'>Sign up for free using your email address.</p>
<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>
<p className='pt-6 pr-24 font-light text-lg'>
Looking for the old web3.storage? <a className='underline' href='https://old.web3.storage'>Log in</a> to the old web3.storage.
</p>
</div>
<div className='md:w-1/4'>
<h2 className='font-semibold pb-2 pt-16 md:pt-0'>Resources</h2>
Expand Down

0 comments on commit 22422e7

Please sign in to comment.