Merge pull request #19640 from overleaf/jdt-integrations-anchor
Add Id to integrations section in settings GitOrigin-RevId: 347102cd4050e8d56904bf2462f530f73e3f1fc4
This commit is contained in:
committed by
Copybot
parent
2ee528a9d2
commit
4bfcb666e3
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user