Compare commits

..

No commits in common. "fd015ddbc5a58722ccf54c8b41492e5618f7b786" and "7b6b794be509dd961132d9977c724d87555a9159" have entirely different histories.

3 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@ import Footer from "@/components/shared/Footer";
import Navbar from "@/components/shared/Navbar";
import Banner from "@/components/widgets/Banner";
import NoScript from "@/components/shared/NoScript";
import { Rocket } from "lucide-react";
import { Home } from "lucide-react";
import { Metadata } from "next";
// baseURL [ENV]
@ -46,10 +46,10 @@ export default function PageLayout({
<div className="flex flex-col min-h-screen">
{/* Comment or edit this whenever required */}
<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"
icon={<Home className={iconClassName} />}
title="SVR.JS 4.0.0 is now on beta!"
announcement="The latest beta version is SVR.JS 4.0.0-beta3."
link="/blog/SVR-JS-4-0-0-beta3-has-been-released"
buttonText="Read more"
/>
<Navbar />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 KiB

After

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 186 KiB

After

Width:  |  Height:  |  Size: 132 KiB