website: change negotiation wording

This commit is contained in:
Yangshun
2021-09-01 23:30:54 +08:00
parent 2fc135d7f5
commit 31a5ca3738
2 changed files with 7 additions and 7 deletions

View File

@ -24,7 +24,7 @@ export default React.memo(function SidebarAd() {
target="_blank"
rel="noreferrer noopener"
onClick={() => {
window.gtag('event', 'moonchaser.click');
window.gtag('event', 'moonchaser.sidebar.click');
}}>
<p className={styles.tagline}>
<strong>Get paid more.</strong> Receive risk-free salary negotiation
@ -34,15 +34,15 @@ export default React.memo(function SidebarAd() {
) : (
<a
className={clsx(styles.container, backgroundClass)}
href="https://www.levels.fyi/services/?ref=TechInterviewHandbook&utm_source=techinterviewhandbook&utm_medium=referral&utm_content=website_homepage"
href="https://www.levels.fyi/services/?ref=TechInterviewHandbook&utm_source=techinterviewhandbook&utm_medium=referral&utm_content=website_docs_sidebar"
target="_blank"
rel="noreferrer noopener"
onClick={() => {
window.gtag('event', 'moonchaser.click');
window.gtag('event', 'levelsfyi.sidebar.click');
}}>
<p className={styles.tagline}>
<strong>Get paid, not played.</strong> Chat with former tech recruiters
wholl guide you on exactly what to say to get you a higher offer.
wholl guide you on exactly what to say to negotiate a higher offer.
</p>
</a>
);