From a0a106126628b7c5222fdee254c93c3a2c183b24 Mon Sep 17 00:00:00 2001 From: Satyam <95536056+Satyam-Rastogi@users.noreply.github.com> Date: Sun, 1 Feb 2026 19:58:47 +0530 Subject: [PATCH] fix: switched console signature to console.info for production visibility --- src/pages/Landing.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Landing.jsx b/src/pages/Landing.jsx index 2c3dc8f..94ce33b 100644 --- a/src/pages/Landing.jsx +++ b/src/pages/Landing.jsx @@ -24,8 +24,8 @@ const Landing = () => { const sectionsRef = useRef([]); useEffect(() => { - // Console Signature - console.log( + // Console Signature (Info level to persist in prod) + console.info( "%c Built by Satyam Rastogi %c 🚀 Ready for liftoff ", "background: #3b82f6; color: white; padding: 4px; border-radius: 4px 0 0 4px; font-weight: bold;", "background: #10b981; color: white; padding: 4px; border-radius: 0 4px 4px 0;"