Skip to content

Commit

Permalink
fix: link banner to blogpost instead of root blog (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos authored Nov 14, 2023
1 parent b572de7 commit c29300e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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'>about our changes</a> or <a className='underline' href='https://old.web3.storage'>log in</a> to the old web3.storage.
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.
</div>
)
}
Expand Down

0 comments on commit c29300e

Please sign in to comment.