From 137059ded6c4c4c514479655024546f4235d840e Mon Sep 17 00:00:00 2001 From: Vikrant Gupta Date: Wed, 9 Oct 2024 11:26:55 +0530 Subject: [PATCH] chore: added some easter eggs (#6136) * chore: added easter egg * chore: show all --- frontend/src/AppRoutes/index.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/AppRoutes/index.tsx b/frontend/src/AppRoutes/index.tsx index d98742c87d..8cb2bf0a8b 100644 --- a/frontend/src/AppRoutes/index.tsx +++ b/frontend/src/AppRoutes/index.tsx @@ -232,6 +232,10 @@ function App(): JSX.Element { // eslint-disable-next-line react-hooks/exhaustive-deps }, [user]); + useEffect(() => { + console.info('We are hiring! https://jobs.gem.com/signoz'); + }, []); + return (