Compare commits
No commits in common. "288cd9069e43e6ded0b0927810e1b8ad95c9a674" and "f25ad2d6a78cc2e4a7e3120a14e25eb4888c6388" have entirely different histories.
288cd9069e
...
f25ad2d6a7
2 changed files with 3 additions and 3 deletions
|
@ -45,13 +45,13 @@ export default function PageLayout({
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-col min-h-screen">
|
<div className="flex flex-col min-h-screen">
|
||||||
{/* Comment or edit this whenever required */}
|
{/* Comment or edit this whenever required */}
|
||||||
{/*<Banner
|
<Banner
|
||||||
icon={<Rocket className={iconClassName} />}
|
icon={<Rocket className={iconClassName} />}
|
||||||
title="SVR.JS 4.0.0 has been released!"
|
title="SVR.JS 4.0.0 has been released!"
|
||||||
announcement="This major release brings many improvements to SVR.JS."
|
announcement="This major release brings many improvements to SVR.JS."
|
||||||
link="/blog/svr-js-4-0-0-has-been-released"
|
link="/blog/svr-js-4-0-0-has-been-released"
|
||||||
buttonText="Read more"
|
buttonText="Read more"
|
||||||
/>*/}
|
/>
|
||||||
<Navbar />
|
<Navbar />
|
||||||
<NoScript />
|
<NoScript />
|
||||||
<div className="flex-grow flex-1 overflow-x-hidden">{children}</div>
|
<div className="flex-grow flex-1 overflow-x-hidden">{children}</div>
|
||||||
|
|
|
@ -49,7 +49,7 @@ export const NAVBAR = {
|
||||||
export const stats = [
|
export const stats = [
|
||||||
{
|
{
|
||||||
title: "Docker pulls",
|
title: "Docker pulls",
|
||||||
count: 34
|
count: 33
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "GitHub stars",
|
title: "GitHub stars",
|
||||||
|
|
Loading…
Reference in a new issue