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:
Alf Eaton 2022-08-24 12:32:52 +01:00 committed by Copybot
parent f5b2cdc3cb
commit c2b4a2d3ea

View file

@ -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>