mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 11:01:56 +02:00
Merge pull request #3121 from overleaf/ta-outline-remove-survey
[Outline] Replace Survey with Help Article GitOrigin-RevId: 920a57c053ac7159bd1e83929fc40081bbf2abf9
This commit is contained in:
@@ -58,7 +58,7 @@ function OutlinePane({
|
||||
{expanded ? (
|
||||
<OverlayTrigger placement="top" overlay={tooltip} delayHide={100}>
|
||||
<a
|
||||
href="https://forms.gle/8N1iSS9rkgmpFDHY6"
|
||||
href="/learn/how-to/Using_the_File_Outline_in_Overleaf"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="outline-header-info-badge"
|
||||
@@ -85,8 +85,8 @@ function OutlinePane({
|
||||
|
||||
const infoContent = (
|
||||
<>
|
||||
The <strong>File outline</strong> is a new feature. Click the icon to give
|
||||
feedback.
|
||||
The <strong>File outline</strong> is a new feature. Click the icon to learn
|
||||
more.
|
||||
</>
|
||||
)
|
||||
const tooltip = <Tooltip id="outline-info-tooltip">{infoContent}</Tooltip>
|
||||
|
||||
Reference in New Issue
Block a user