Compare commits

...

2 commits

Author SHA1 Message Date
288cd9069e fix: remove the banner informing about SVR.JS 4.0.0 release
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m9s
2024-09-25 16:07:00 +02:00
67c7f6bfb0 fix: update statistics in about section 2024-09-25 16:06:02 +02:00
2 changed files with 3 additions and 3 deletions

View file

@ -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>

View file

@ -49,7 +49,7 @@ export const NAVBAR = {
export const stats = [
{
title: "Docker pulls",
count: 33
count: 34
},
{
title: "GitHub stars",