mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05: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:
parent
19a2e40ea9
commit
3d7e6875b2
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue