fix: remove the banner informing about SVR.JS 4.0.0 release
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m9s
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m9s
This commit is contained in:
parent
67c7f6bfb0
commit
288cd9069e
1 changed files with 2 additions and 2 deletions
|
@ -45,13 +45,13 @@ export default function PageLayout({
|
|||
return (
|
||||
<div className="flex flex-col min-h-screen">
|
||||
{/* Comment or edit this whenever required */}
|
||||
<Banner
|
||||
{/*<Banner
|
||||
icon={<Rocket className={iconClassName} />}
|
||||
title="SVR.JS 4.0.0 has been released!"
|
||||
announcement="This major release brings many improvements to SVR.JS."
|
||||
link="/blog/svr-js-4-0-0-has-been-released"
|
||||
buttonText="Read more"
|
||||
/>
|
||||
/>*/}
|
||||
<Navbar />
|
||||
<NoScript />
|
||||
<div className="flex-grow flex-1 overflow-x-hidden">{children}</div>
|
||||
|
|
Loading…
Reference in a new issue