From 3617196760374cfdc664717fefeaa1d9989c4a9e Mon Sep 17 00:00:00 2001 From: Jimmy Domagala-Tang Date: Fri, 5 Jan 2024 12:21:56 -0500 Subject: [PATCH] Merge pull request #16419 from overleaf/jdt-fix-grammarly-offer-link fix the grammarly offer id GitOrigin-RevId: 996501ebb50b64bd8f9bd46305ba47baa37fee88 --- .../js/features/source-editor/components/grammarly-advert.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/frontend/js/features/source-editor/components/grammarly-advert.tsx b/services/web/frontend/js/features/source-editor/components/grammarly-advert.tsx index bf795d7d25..765cc7a3bf 100644 --- a/services/web/frontend/js/features/source-editor/components/grammarly-advert.tsx +++ b/services/web/frontend/js/features/source-editor/components/grammarly-advert.tsx @@ -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])