Skip to content

Commit c29300e

Browse files
authored
fix: link banner to blogpost instead of root blog (#20)
1 parent b572de7 commit c29300e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
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'>about our changes</a> or <a className='underline' href='https://old.web3.storage'>log in</a> to the old web3.storage.
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.
3939
</div>
4040
)
4141
}

0 commit comments

Comments
 (0)