mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02: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:
committed by
Copybot
parent
a146385f20
commit
c2c5ad8f1a
@@ -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