import React from 'react'; import ReactDOM from 'react-dom'; import ExecutionEnvironment from '@docusaurus/ExecutionEnvironment'; import clsx from 'clsx'; import styles from './styles.module.css'; const BACKGROUNDS = [ styles.backgroundBlue, styles.backgroundOrange, styles.backgroundPurple, styles.backgroundRed, ]; export default React.memo(function SidebarAd() { const backgroundClass = BACKGROUNDS[Math.floor(Math.random() * BACKGROUNDS.length)]; return Math.random() > 0.5 ? ( { window.gtag('event', 'moonchaser.sidebar.click'); }}>

Get paid more. Receive risk-free salary negotiation help from Moonchaser. You pay nothing unless your offer is increased.

) : ( { window.gtag('event', 'levelsfyi.sidebar.click'); }}>

Get paid, not played. Chat with former tech recruiters who'll guide you on exactly what to say to negotiate a higher offer.

); });