mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 20:52:00 +08:00
website: change negotiation wording
This commit is contained in:
@ -24,7 +24,7 @@ export default React.memo(function SidebarAd() {
|
|||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer noopener"
|
rel="noreferrer noopener"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
window.gtag('event', 'moonchaser.click');
|
window.gtag('event', 'moonchaser.sidebar.click');
|
||||||
}}>
|
}}>
|
||||||
<p className={styles.tagline}>
|
<p className={styles.tagline}>
|
||||||
<strong>Get paid more.</strong> Receive risk-free salary negotiation
|
<strong>Get paid more.</strong> Receive risk-free salary negotiation
|
||||||
@ -34,15 +34,15 @@ export default React.memo(function SidebarAd() {
|
|||||||
) : (
|
) : (
|
||||||
<a
|
<a
|
||||||
className={clsx(styles.container, backgroundClass)}
|
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"
|
target="_blank"
|
||||||
rel="noreferrer noopener"
|
rel="noreferrer noopener"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
window.gtag('event', 'moonchaser.click');
|
window.gtag('event', 'levelsfyi.sidebar.click');
|
||||||
}}>
|
}}>
|
||||||
<p className={styles.tagline}>
|
<p className={styles.tagline}>
|
||||||
<strong>Get paid, not played.</strong> Chat with former tech recruiters
|
<strong>Get paid, not played.</strong> Chat with former tech recruiters
|
||||||
who’ll guide you on exactly what to say to get you a higher offer.
|
who’ll guide you on exactly what to say to negotiate a higher offer.
|
||||||
</p>
|
</p>
|
||||||
</a>
|
</a>
|
||||||
);
|
);
|
||||||
|
@ -81,7 +81,7 @@ function Home() {
|
|||||||
rel="noreferrer noopener"
|
rel="noreferrer noopener"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
window.gtag('event', 'moonchaser.click');
|
window.gtag('event', 'moonchaser.homepage.click');
|
||||||
}}>
|
}}>
|
||||||
Get Risk-free Negotiation Help →
|
Get Risk-free Negotiation Help →
|
||||||
</a>
|
</a>
|
||||||
@ -94,7 +94,7 @@ function Home() {
|
|||||||
<strong>
|
<strong>
|
||||||
Get paid, not played. Chat with former tech
|
Get paid, not played. Chat with former tech
|
||||||
recruiters who’ll guide you on exactly what to say
|
recruiters who’ll guide you on exactly what to say
|
||||||
to get you a higher offer.
|
to negotiate a higher offer.
|
||||||
</strong>
|
</strong>
|
||||||
</div>
|
</div>
|
||||||
</h2>
|
</h2>
|
||||||
@ -105,7 +105,7 @@ function Home() {
|
|||||||
rel="noreferrer noopener"
|
rel="noreferrer noopener"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
window.gtag('event', 'levelsfyi.click');
|
window.gtag('event', 'levelsfyi.homepage.click');
|
||||||
}}>
|
}}>
|
||||||
Get Negotiation Help →
|
Get Negotiation Help →
|
||||||
</a>
|
</a>
|
||||||
|
Reference in New Issue
Block a user