fix: switched console signature to console.info for production visibility
This commit is contained in:
@@ -24,8 +24,8 @@ const Landing = () => {
|
|||||||
const sectionsRef = useRef([]);
|
const sectionsRef = useRef([]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
// Console Signature
|
// Console Signature (Info level to persist in prod)
|
||||||
console.log(
|
console.info(
|
||||||
"%c Built by Satyam Rastogi %c 🚀 Ready for liftoff ",
|
"%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: #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;"
|
"background: #10b981; color: white; padding: 4px; border-radius: 0 4px 4px 0;"
|
||||||
|
|||||||
Reference in New Issue
Block a user