mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-24 23:40:57 +00:00
Merge pull request #16419 from overleaf/jdt-fix-grammarly-offer-link
fix the grammarly offer id GitOrigin-RevId: 996501ebb50b64bd8f9bd46305ba47baa37fee88
This commit is contained in:
parent
5f38a930a5
commit
3617196760
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
||||
|
|
Loading…
Reference in a new issue