mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 12:43:12 +08:00
contents: expand on Moonchaser's services
This commit is contained in:
@ -79,6 +79,7 @@ module.exports = {
|
||||
'Step 3: Negotiate the best offer': [
|
||||
'understanding-compensation',
|
||||
'negotiation',
|
||||
'negotiation-rules',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@ -135,7 +135,7 @@ export default React.memo(function SidebarAd() {
|
||||
}
|
||||
|
||||
if (
|
||||
path.startsWith('/negotiation') ||
|
||||
path.includes('negotiation') ||
|
||||
path.startsWith('/understanding-compensation')
|
||||
) {
|
||||
return <Moonchaser className={backgroundClass} key={Math.random()} />;
|
||||
|
Reference in New Issue
Block a user