mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-24 17:53:44 +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>
|
||||
<Trans
|
||||
i18nKey="project_timed_out_learn_more"
|
||||
components={{
|
||||
link: (
|
||||
// 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" />
|
||||
),
|
||||
}}
|
||||
components={[
|
||||
// eslint-disable-next-line jsx-a11y/anchor-has-content, react/jsx-key
|
||||
<a href="https://www.overleaf.com/learn/how-to/Why_do_I_keep_getting_the_compile_timeout_error_message%3F" />,
|
||||
]}
|
||||
/>
|
||||
</p>
|
||||
</ErrorLogEntry>
|
||||
|
|
Loading…
Reference in a new issue