Merge pull request #16419 from overleaf/jdt-fix-grammarly-offer-link

fix the grammarly offer id

GitOrigin-RevId: 996501ebb50b64bd8f9bd46305ba47baa37fee88
This commit is contained in:
Jimmy Domagala-Tang 2024-01-05 12:21:56 -05:00 committed by Copybot
parent 5f38a930a5
commit 3617196760

View file

@ -43,7 +43,7 @@ export default function GrammarlyAdvert() {
setShow(false)
window.open(
'https://grammarly.go2cloud.org/aff_c?offer_id=372&aff_id=142242'
'https://grammarly.go2cloud.org/aff_c?offer_id=373&aff_id=142242'
)
}, [saveDismissed])