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 (