chore: added some easter eggs (#6136)

* chore: added easter egg

* chore: show all
This commit is contained in:
Vikrant Gupta 2024-10-09 11:26:55 +05:30 committed by GitHub
parent f1ce82ac25
commit 137059ded6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -232,6 +232,10 @@ function App(): JSX.Element {
// eslint-disable-next-line react-hooks/exhaustive-deps // eslint-disable-next-line react-hooks/exhaustive-deps
}, [user]); }, [user]);
useEffect(() => {
console.info('We are hiring! https://jobs.gem.com/signoz');
}, []);
return ( return (
<ConfigProvider theme={themeConfig}> <ConfigProvider theme={themeConfig}>
<Router history={history}> <Router history={history}>