mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-26 18:21:09 +00:00
Merge pull request #19640 from overleaf/jdt-integrations-anchor
Add Id to integrations section in settings GitOrigin-RevId: 347102cd4050e8d56904bf2462f530f73e3f1fc4
This commit is contained in:
parent
2ee528a9d2
commit
4bfcb666e3
1 changed files with 2 additions and 2 deletions
|
@ -100,11 +100,11 @@ function LinkingSection() {
|
|||
|
||||
return (
|
||||
<>
|
||||
<h3>{t('integrations')}</h3>
|
||||
<h3 id="integrations">{t('integrations')}</h3>
|
||||
<p className="small">{t('linked_accounts_explained')}</p>
|
||||
{haslangFeedbackLinkingWidgets ? (
|
||||
<>
|
||||
<h3 id="project-sync" className="text-capitalize">
|
||||
<h3 id="language-feedback" className="text-capitalize">
|
||||
{t('language_feedback')}
|
||||
</h3>
|
||||
<div className="settings-widgets-container">
|
||||
|
|
Loading…
Reference in a new issue