From f86b962c5a8d07a2fcdfc61330a65036cc858700 Mon Sep 17 00:00:00 2001 From: Cypro Freelance <110410268+Proxyy587@users.noreply.github.com> Date: Sat, 31 Aug 2024 15:58:16 +0530 Subject: [PATCH] icon banner change? --- app/(root)/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/(root)/layout.tsx b/app/(root)/layout.tsx index 2d9b854..cd5c73d 100644 --- a/app/(root)/layout.tsx +++ b/app/(root)/layout.tsx @@ -40,11 +40,12 @@ export default function PageLayout({ }: { children: React.ReactNode; }) { + const iconClassName = "w-4 h-4 flex-center text-zinc-950 -mr-2"; return (
{/* Comment or edit this whenever required */} } + icon={} title="SVR.JS 4.0.0 is now on beta!" announcement="The latest beta version is SVR.JS 4.0.0-beta3." link="https://blog.svrjs.org/2024/08/30/SVR-JS-4-0-0-beta3-has-been-released/"