contents: expand on Moonchaser's services

This commit is contained in:
Yangshun
2022-02-03 07:44:15 +08:00
parent 3ec937204d
commit b56f4d20fc
5 changed files with 146 additions and 100 deletions

View File

@ -79,6 +79,7 @@ module.exports = {
'Step 3: Negotiate the best offer': [
'understanding-compensation',
'negotiation',
'negotiation-rules',
],
},
{

View File

@ -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()} />;