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;"