mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-07-02 10:06:12 +08:00
misc
This commit is contained in:
@@ -55,7 +55,7 @@ function GreatFrontEnd({ position }) {
|
||||
return (
|
||||
<a
|
||||
className={clsx(styles.container, styles.backgroundGreatFrontEnd)}
|
||||
href={`https://www.greatfrontend.com?utm_source=techinterviewhandbook&utm_medium=referral&utm_content=${position}`}
|
||||
href={`https://www.greatfrontend.com?fpr=yangshun&utm_source=techinterviewhandbook&utm_medium=referral&utm_content=${position}`}
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
onClick={() => {
|
||||
|
||||
@@ -481,7 +481,7 @@ function GreatFrontEndSection() {
|
||||
<strong>
|
||||
Built by ex-FAANG Senior Engineers,{' '}
|
||||
<a
|
||||
href="https://www.greatfrontend.com/?utm_source=techinterviewhandbook&utm_medium=referral&utm_content=homepage"
|
||||
href="https://www.greatfrontend.com/?fpr=yangshun&utm_source=techinterviewhandbook&utm_medium=referral&utm_content=homepage"
|
||||
style={{ color: '#fff', textDecoration: 'underline' }}
|
||||
target="_blank">
|
||||
GreatFrontEnd
|
||||
@@ -492,7 +492,7 @@ function GreatFrontEndSection() {
|
||||
<div className="margin-vert--lg">
|
||||
<a
|
||||
className="button button--secondary button--lg"
|
||||
href="https://www.greatfrontend.com/prepare"
|
||||
href="https://www.greatfrontend.com/prepare?fpr=yangshun&utm_source=techinterviewhandbook&utm_medium=referral&utm_content=homepage"
|
||||
rel="noopener"
|
||||
target="_blank"
|
||||
onClick={() => {
|
||||
|
||||
Reference in New Issue
Block a user