mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-25 06:43:58 +00:00
Merge pull request #9375 from overleaf/mj-timeout-link
[web] Add missing link to compile timeout message GitOrigin-RevId: 46af17a4fe0620ccf6dc29a27edfbf3ac79e856d
This commit is contained in:
parent
f5b2cdc3cb
commit
c2b4a2d3ea
1 changed files with 4 additions and 6 deletions
|
@ -233,12 +233,10 @@ function TimedOutLogEntry() {
|
||||||
<p>
|
<p>
|
||||||
<Trans
|
<Trans
|
||||||
i18nKey="project_timed_out_learn_more"
|
i18nKey="project_timed_out_learn_more"
|
||||||
components={{
|
components={[
|
||||||
link: (
|
// eslint-disable-next-line jsx-a11y/anchor-has-content, react/jsx-key
|
||||||
// eslint-disable-next-line jsx-a11y/anchor-has-content
|
<a href="https://www.overleaf.com/learn/how-to/Why_do_I_keep_getting_the_compile_timeout_error_message%3F" />,
|
||||||
<a href="https://www.overleaf.com/learn/how-to/Why_do_I_keep_getting_the_compile_timeout_error_message%3F" />
|
]}
|
||||||
),
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</p>
|
</p>
|
||||||
</ErrorLogEntry>
|
</ErrorLogEntry>
|
||||||
|
|
Loading…
Reference in a new issue